Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hello,
Is there any way I can uint_8 data type(ie user defined datatype according to the bits) in my code for Tms28035?
Thanks
Sagar
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.
Tool/software: Code Composer Studio
Hello,
Is there any way I can uint_8 data type(ie user defined datatype according to the bits) in my code for Tms28035?
Thanks
Sagar
Sagar,
Unfortunately not. On C28x, the smallest addressable memory element is 16 bits and data buses are 32-bits wide, so you'd be reading two consecutive 16-bit data words to reach the 24-bit data. This is not normally a problem unless you have a lot of 24-bit data to handle.
Regards,
Richard