Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
projects:ewp [2024/10/30 02:54] – [STM32CubeH7 Demo] darron | projects:ewp [2024/10/30 02:54] (current) – [STM32CubeH7 Demo] darron | ||
---|---|---|---|
Line 96: | Line 96: | ||
The demo FreeRTOS_AMP_Dual_RTOS initially runs ok and then stalls. This is due | The demo FreeRTOS_AMP_Dual_RTOS initially runs ok and then stalls. This is due | ||
- | to newlib memcpy causing an MPU unaligned memory hard fault with the setup provided in | + | to newlib memcpy causing an MPU unaligned memory hard fault. |
- | the source. | + | |
The FreeRTOS_AMP_RTOS_BareMetal demo works fine. | The FreeRTOS_AMP_RTOS_BareMetal demo works fine. |