This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Single Byte Variable Type for CCS

Hi

 

I am trying to determine if I can still port single byte arithmetic from an existing software project

to the TMS320x code base. I notice the Code Composer Complier doesn't support single byte

variable type. An unsigned char is a word (2 bytes) long. Is there a work around, maybe a pre-compiler

or complier option to force char as a single byte in RAM allocation?

 

Thx

DC