Reversing bits

Guest #4241201
Rate this post
useful
not useful
Ich habe eine hexadecimal addresse ABCD1234.Wie kann ich es reverse 
bekommen.Configuration website von ethernet zeigt 0x3412CDAB(Die werte 
von diese hexadecimal addresse wird von miso auf signal tap 
gelesen)aber,webseite muss genauso wie ABCD1234 zeigen.Wie kann ich es 
machen(Besser wäre wenn jemanden auf englisch erklärt)
Guest #4241329
Rate this post
useful
not useful
i dont generate website with vhdl.Instead i have a embedded system board 
with FPGA in it to which transfer takes place.However,there is a website 
of the entire board(ethernet)(It has even microcontroller and like i 
said,FPGA as well)...From the website FPGA is triggered and we get the 
hexadecimal address
#4241362
Rate this post
useful
not useful
.. schrieb:
> Max D. schrieb:
>> What programming language ?
>> Genral idea: Write into array in one direction, read from it in the
>> other direction....
>
> ;-) das ist eine gute idee!
> auf sowas einfaches bin ich noch gar nicht gekommen ;-)
> und werde es zukünftig so machen bei MSB / LSB
>
> txs
> ..

Danke für die Lorbeeren :)
Is halt der übliche deal Speicher gegen Laufzeit

puka1012 schrieb:
> (It has even microcontroller and like i
> said,FPGA as well)

I have very little knowledge of VHDL (and programmable logic in 
general), therefore my approach would be to do the adjustment inside the 
µC on the Board. The way the data looks suggests to me, that the 
endianess of the two SPI-Devices doesn't match...

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now