Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:ewp [2024/10/10 17:28] – [STM32CubeH7 Demo] darronprojects:ewp [2024/10/30 02:54] (current) – [STM32CubeH7 Demo] darron
Line 95: Line 95:
 ==Notes== ==Notes==
  
-The demo FreeRTOS_AMP_Dual_RTOS initially runs ok and then stalls so it would appear +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 demo works fine.
 +
 +/*
 A work-in-progress port using this script can be found [[https://hg.kewl.org/pub/Ampere/|here]]. A work-in-progress port using this script can be found [[https://hg.kewl.org/pub/Ampere/|here]].
 +*/