FreeRTOS+MPU on CortexM4

swichu91 wrote on Tuesday, December 05, 2017:

Hello,

I would like to share with you application demo of FreeRTOS+MPU working on STM32F4 Discovery. It should be also applicable to Cortex M3 if using soft-fpu. There is not much info about porting it except one topic somewhere and poor FreeRTOS documentation(no real example except one for simulator without proper linker script).

Anyway here is the link to repo containing example:
https://github.com/swichu91/cortexm4_mpu

Let me know if there are any problems and please feel free to use it !

It would be great if this demo was included into official repository :slight_smile:

Mateusz

rtel wrote on Tuesday, December 05, 2017:

Thanks for sharing.