Are you asking if you can separately compile FreeRTOS application and load it over FreeRTOS like a Linux application? There is no 1:1 mapping with Linux as there is no loader. An approach you can try is - build FreeRTOS and application as 2 separate binaries and tell the application the location of FreeRTOS APIs. Take a look at the approach I mentioned here - Binary partitioning - #3 by aggarg
aggarg
(Gaurav Aggarwal)
9
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| External task | 2 | 216 | November 14, 2012 | |
| Is it possible to run arbitrary user programs | 8 | 348 | November 4, 2010 | |
| Is FreeRTOS can run external program | 20 | 3129 | August 20, 2021 | |
| Create a new task from a différent binary | 9 | 363 | November 4, 2010 | |
| Jump to FreeRTOS program from Bootloader | 17 | 2253 | November 20, 2023 |