2019-05-28 09:45 PM
I have generated code from CubeMX for STM32L462CE controller for using the RTOS but it is not working as expected. I attached the CubeMX file. Is there any setting missed in CubemX? Please help me.
Solved! Go to Solution.
2019-05-30 09:55 PM
I done the same test on Nucleo-L152RE board but issue is the same.
2019-05-30 10:32 PM
Now, I solved the issue.
Generated new Embedded C project from the IDE and Use tiny printf/sprinf/fprintf (small code size). So, it will generate the tiny_printf.c file and using this file to in my own project, it has successfully worked.