Reading 16Bit Data from GPIO

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

cross mob
Anonymous
Not applicable

How to get Bus Data ? For example Bits 20-27.
Setting all Bits manual or is there any other way ?

   

Single Bit In / Out works fine, but i dont find any example to read bytes / words ?

   

Thanks !

 

0 Likes
1 Reply
Anonymous
Not applicable

Hi,

   

We've GPIF II for handling parallel data, if you're using GPIOs separately then the method that you're currently using (taking each bit and converting to byte or word as required) is the only way.

   

Regards,

   

Anand

0 Likes