Other Parts Discussed in Thread: SFRA, C2000WARE,
I want to use sprintf to put a floating point variable into a string. The specific type is float32_t. I'm getting compiler error 1558-D, with the message
"64 bit floating point operations are not allowed"
I looked into the Help page and found a reference to a flag variable that can be set as "--printf_support=full". The help page says full is the default, but just in case I added it to my project properties, on the C2000 compiler page. It didn't help.
Can you tell me the trick to using %f in a sprintf call?


