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/08 15:10] – [STM32CubeH7 Demo] darronprojects:ewp [2024/10/30 02:54] (current) – [STM32CubeH7 Demo] darron
Line 91: Line 91:
 ==Program== ==Program==
  
-Program `Project.hex' with STM32CubeProgrammer (attempt using OpenOCD failed and need investigation).+Program `Project.hex' with STM32CubeProgrammer (attempt using OpenOCD failed and needs investigation).
  
 ==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]].
 +*/