cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L462CE FreeRTOS not running

AP_040
Senior

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.

11 REPLIES 11
AP_040
Senior

I done the same test on Nucleo-L152RE board but issue is the same.

AP_040
Senior

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.