Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:ewp [2024/10/07 12:43] – darron | projects:ewp [2024/10/30 02:54] (current) – [STM32CubeH7 Demo] darron | ||
---|---|---|---|
Line 25: | Line 25: | ||
</ | </ | ||
- | ==List | + | ==List |
< | < | ||
Line 91: | Line 91: | ||
==Program== | ==Program== | ||
- | Program `Project.hex' | + | Program `Project.hex' |
==Notes== | ==Notes== | ||
- | The demo FreeRTOS_AMP_Dual_RTOS initially runs ok and then stalls | + | The demo FreeRTOS_AMP_Dual_RTOS initially runs ok and then stalls. This is due |
- | to be buggy. FreeRTOS_AMP_RTOS_BareMetal works fine. | + | to newlib memcpy causing an MPU unaligned memory hard fault. |
+ | |||
+ | The FreeRTOS_AMP_RTOS_BareMetal | ||
+ | |||
+ | /* | ||
+ | A work-in-progress port using this script can be found [[https:// | ||
+ | */ |