2020-05-19 05:22 PM
Using Nucleo H743ZI2
semihosting with printf and CLI using sprintf I am unable to get the runtime library set to Reduced C to work using float/doubles. Standard C works with floats as expected.
The initial stack size was 0x400, I have tried up to 0x1600 with Reduced C with no luck.
I don't see a reason why this wouldn't work.
Thank you,
Paul
2020-05-19 10:46 PM
I recommend you to use this small printf replacement library, it saved me from lot of headache due to floats, float malloc problem in RTOS and etc. It's also smaller than the original printf.