An adaptation of my FreeRTOS Emergency Dispatch simulator project, made to work on a STM32 Nucleo-144 F756ZG board.
Can be found at https://github.com/LeahShl/Free-RTOS-Emergency-Dispatch-Sim.
- The original code was adapted into the board's
main.c
- Priority values were changed to match CMSIS-OS2's range
- Queue size was reduced to accomodate for smaller heap size
perror
calls were replaced byprintf
calls, which are directed to uart3
- Clone this repo or straight up download is as a zip
- Open your Cube IDE
- Click
File
>Open Projects from File System...
- In
Import source
pick the project's directory or archive - Click
Finish
- Build and run the project on your board