Description Write a minimal application to ascertain successful kernel boot and thread scheduling on the STM32F401RE board. - [ ] Initialize the ThreadX kernel from `main().` - [ ] Configure SysTick for periodic RTOS ticks. - [ ] Create a single heartbeat thread. - [ ] Toggle the onboard LED from the running thread. - [ ] Validate successful scheduling on physical hardware.
Description
Write a minimal application to ascertain successful kernel boot and thread scheduling on the STM32F401RE board.
Initialize the ThreadX kernel from
main().Configure SysTick for periodic RTOS ticks.
Create a single heartbeat thread.
Toggle the onboard LED from the running thread.
Validate successful scheduling on physical hardware.