Hello,
I would like to ask a question on data type.
Do we have boolean type in TI's processors? I checked the compiler manual for both a C6000 chip and an ARM 9 chip, and didn't find bool type among the supported types. Of course, bool type is just a logical flag and can be replaced using int and many else, but it does provide lots of convenience and clarity in PC programming.
Does TI actually support boolean type in its compilers?
Garry