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/07 12:43] – [STM32CubeH7 Demo] darronprojects:ewp [2024/10/10 17:28] (current) – [STM32CubeH7 Demo] darron
Line 10: Line 10:
 sudo make install sudo make install
 </code> </code>
 +
 ===STM32CubeH7 Demo=== ===STM32CubeH7 Demo===
  
Line 24: Line 25:
 </code> </code>
  
-==List Projects==+==List Targets==
  
 <code> <code>
Line 90: 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==
Line 96: Line 97:
 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 so it would appear
 to be buggy. FreeRTOS_AMP_RTOS_BareMetal works fine. to be buggy. FreeRTOS_AMP_RTOS_BareMetal works fine.
 +
 +A work-in-progress port using this script can be found [[https://hg.kewl.org/pub/Ampere/|here]].