Closed rahmanih closed 3 years ago
Well, for now I do it for fun. There is no plan to add any special features in future versions of StateOS. I implement various crazy ideas that come to my mind, so I do not exclude the possibility of support also for MPU in the future.
Rajmund
@rahmanih
FreeRTOS introduced the MPU feature in its recent releases.
I remember using MPU in FreeRTOS as old as v7, 6 years ago, and this was such a painful experience that after some fruitless fights with the restrictions posed by MPU I just switched back to the "normal" version. Generally almost anything more fancy did not work (shared objects, dynamic memory, ...). I'm not sure anything changed now, but I'm open to learning something new, so if you have any experience to share - please do!
I think StateOS will have to support the MPU to be able to run on ARMv8-M (trust zone)
For now basic prevention has been added using MPU for ARMv7-M (use nullptr, stack overflow).
Hi,
FreeRTOS introduced the MPU feature in its recent releases. Is there any plan to add it in StateOS?
regards haithem.