Other Parts Discussed in Thread: C2000WARE
Hello,
Is there a way to be able to extract bit-wise data from a Uint16 variable? When viewing the Uint16 in the Expressions window in CCS, I can see the binary representation, but is there a way to be able to access individual bits in the code (for example to access the 3rd bit)?
I could write my own function for converting from a Uint16 to binary, but I imagine there's some easier way to do this.
Thanks,
Kevin