summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/ReadMe.txt
blob: d2d6653e8b77115adb55251dca3cb0b2f65ed520 (plain)
1
2
3
4
5
6
7
8
Instructions to Build and Run:
 - The Keil multi-project workspace FreeRTOSDemo.uvmpw contains projects for both the secure project, and non secure project.
 - Set the FreeRTOSDemo_s project as Active - Right click on "Project: FreeRTOSDemo_s" and select "Set as Active Project".
 - Build the FreeRTOSDemo_s project using "Project --> Build" or by pressing F7.
 - Set the FreeRTOSDemo_ns project as Active - Right click on "Project: FreeRTOSDemo_ns" and select "Set as Active Project".
 - Build the FreeRTOSDemo_ns project using "Project --> Build" or by pressing "F7".
 - Start Debug Session using "Debug -> Start/Stop Debug Session" or by pressing "Ctrl+F5".