Hi
So I'm currently working on a NUCLEO-L476 (so cortex m4f) with FreeRTOS 10.2.1.
I only have one task : it waits for a notification from a button to blink a led
The main is simple:
My program works fine until I try to run SystemView. When I start SystemView, the program crash (see IDLE task)
My FreeRTOS and SEGGER folder has been tested with a nucleo-F446 and work fine with SystemView
Any idea what could be the cause of this error on this project ?
So I'm currently working on a NUCLEO-L476 (so cortex m4f) with FreeRTOS 10.2.1.
I only have one task : it waits for a notification from a button to blink a led
The main is simple:
My program works fine until I try to run SystemView. When I start SystemView, the program crash (see IDLE task)
My FreeRTOS and SEGGER folder has been tested with a nucleo-F446 and work fine with SystemView
Any idea what could be the cause of this error on this project ?