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.

can't print unsigned int

Other Parts Discussed in Thread: HALCOGEN

Hi,

I'm usingCCS5.4 and the TMS570.  I'm trying to printf, but it won't print variables.

 

If I do a printf with a literal string (printf("Hello world\r\n);) it works OK, but if I try to add printing a variable I get an undefined exception.

I have made sure I have full printf support marked in the project properties.

 

Thanks,

David