Search found 1 match
- Tue Jun 09, 2015 10:31 am
- Forum: Development of MicroPython
- Topic: micropython + FreeRTOS
- Replies: 5
- Views: 23655
Re: micropython + FreeRTOS
Hi everybody, we're trying to run uPython as a Freertos task with MPU protection enabled, on a STM32F411 MCU (Nucleo board). As of now we succeeded in the implementation of MPU in Freertos on the M4 and uPY as a task of Freertos. things get difficult wen we combine the two: uPY can run as a privileg...