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.

CCS: CCS

Tool/software: Code Composer Studio

Hey, 

For using printf in CCS I changed setting in Project->properties->MSP Linker-> basic options and changed heap size from 160 to 320. 

But I wasn't able to do print any datatype other than integer it gives an error "Error: Modifiers are not allowed in printf_support = minimal mode". 

Is there any way to change the properties or settings that i could be able to print long and float ?

Thanks