Little endian on 8-bit in Serial GPIF II

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
E_521156
Level 4
Level 4
100 sign-ins 50 replies posted 50 sign-ins

Hi,
I am using Serial out GPIF II. I know that it is only support LSB first and it is only on 8-bit.
So when i used 32-bit data width also it send from LSB on each 8 bit not whole 32-bit.
for example,  for 0x3F0158F1, I can see in serial out(pin 15): 11111100   10000000   00011010  10001111
is there any way that I could sent LSB first(or MSB ) on 32-bit?
Thanks

0 Likes
1 Solution
Rashi_Vatsa
Moderator
Moderator
Moderator
5 likes given 500 solutions authored 1000 replies posted

Hello,

I checked this at my end.

In the control center i sent AFA83A90 but in the control center AF is the LSB and 90 is the MSB.

gpif.PNG

And similarly it sent on the output line (DQ 15).gpif!.PNG

So if you want the other way round,the data need to be sent in similar manner from the control center

Please let me know if any queries on this

Regards,

Rashi

Regards,
Rashi

View solution in original post

0 Likes
5 Replies