Tool/software: Code Composer Studio
Hi,
I'm using Code Composer Studio to develop programs for F28388D. I am trying to do this on the CM (ARM) core:
float foo = 1.23 sprintf(buf, "%f", foo);
and it faults.
I've read in E2E in threads about similar problems in C28x core or other processors. Answers are either recommending increasing the stack, making sure library assumptions are correct and including stdio.h and stdlib.h. Therefore I've increased my stack to 2048 bytes and made sure "printf_support=full" and included stdio.h and stdlib.h.
What else can I try?
Thanks for any advice.
Best Regards,
Nik