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.

TMS320F28384D: uint32_t appear as unsigned int

Expert 1700 points
Part Number: TMS320F28384D

Hi,

I am working on the CM core and when I defined a uint32_T variable it appears to generate a unsigned int variable. for example in the below code

when I ctrl=left click o nthe uint32_t it will point me to unsigned int  - see below

first I select the right code generation tools 

and than I end up at 

which is unsigned int.

I also looked with the debugger - when I add the expressing to a watch window it becomes unsigned int.

can you explain why ? what am I missing ?