Hi,
I want to know how to define signed and unsigned 24 bit integer. I tried (typedef unsigned short long Uint24;) but it doesn't work.
Thanks for your helps
The TI compiler does not support 24-bit integers. You'll need to use uint32_t instead.