Hi,
I'm using a F28035 with the CLA to perform floating point math.
I can't seem to get sprintf to work for floats. I read that you have to increase the stack size for this to potentially work.
I'm using the CLA example as a starting point and the stack size in that project was set to 0x50. I tried increasing the size, but nothing happened. Is there any other settings I need to change?
I read somewhere that printf doesn't work because it's too complicated. It seems to me that it is quite pointless to have a MCU/DSP which can't even handle a basic RS232 out for debugging purposes.
Thanks.