Hello *,
I want to use SystemView on my STM32F407ZG with FreeRtos. By now I´ve tried two ways with different success:
1.:
Using CubeMX only for startup-code
Using a patched Freertos 10.2.1
Adding the code for the configassert problem
Adding the defines from the wiki
No CMSIS-OS calls
I can see no tasks exept Systick and Idle, but the tasks are running (LEDs are blinking)
1.:
Using CubeMX incl. activated Freertos incl. 4 empty tasks
Replacing the RTOS-files with the patched Freertos 10.2.1 from above
Adding the code for the configassert problem
Adding the defines from the wiki
I can see the tasks but the controller runs in a hard fault
Any ideas? My favorit solution for implementing Freertos would be the first because I´m independent from ST regarding
the version of Freertos.
I want to use SystemView on my STM32F407ZG with FreeRtos. By now I´ve tried two ways with different success:
1.:
Using CubeMX only for startup-code
Using a patched Freertos 10.2.1
Adding the code for the configassert problem
Adding the defines from the wiki
No CMSIS-OS calls
I can see no tasks exept Systick and Idle, but the tasks are running (LEDs are blinking)
1.:
Using CubeMX incl. activated Freertos incl. 4 empty tasks
Replacing the RTOS-files with the patched Freertos 10.2.1 from above
Adding the code for the configassert problem
Adding the defines from the wiki
I can see the tasks but the controller runs in a hard fault
Any ideas? My favorit solution for implementing Freertos would be the first because I´m independent from ST regarding
the version of Freertos.