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