Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
boards:stm32h7 [2023/12/15 11:04]
darron [STM32 H745 discovery]
boards:stm32h7 [2023/12/16 21:00] (current)
darron
Line 2: Line 2:
  
 <wrap right> <wrap right>
-{{boards:coremark.jpg?100|Demo app}}+{{boards:coremark.jpg?200|Demo app}} 
 +\\ \\ 
 +{{boards:stm32h745.jpg?200|Architecture}}
 </wrap> </wrap>
  
Line 12: Line 14:
 4.3" touchscreen 4.3" touchscreen
 Audio codec Audio codec
 +Microphone
 SDRAM SDRAM
 EMMC EMMC
 +FLASH
 </code> </code>
  
Line 23: Line 27:
        LINE OUT/IN  HEADER    STLINK POWER        LINE OUT/IN  HEADER    STLINK POWER
       --------------------------------------       --------------------------------------
-TAG   |                                    |+JTAG  |                                    |
       |   4.3" 480x272 WQVGA TOUCHSCREEN   | LEDS       |   4.3" 480x272 WQVGA TOUCHSCREEN   | LEDS
 STMOD |                                    | STMOD |                                    |
Line 49: Line 53:
 FLASH (rx)      : ORIGIN = 0x08100000, LENGTH = 1024K FLASH (rx)      : ORIGIN = 0x08100000, LENGTH = 1024K
 RAM (xrw)      : ORIGIN = 0x10000000, LENGTH = 288K RAM (xrw)      : ORIGIN = 0x10000000, LENGTH = 288K
 +</code>
 +
 +===Pinout===
 +
 +<code>
 +LED
 +PI13 LD6 RED
 +PJ2  LD7 GREEN
 +PD3  LD8 GREEN
 +
 +BUTTON
 +PC13  B1
 +RESET B2
 +
 +X1 25 MHz OSC MODULE
 +OSC_IN
 +
 +X2 NX3215SA-32.768K
 +OSC32_IN
 +OSC32_OUT
 </code> </code>
 ===OpenOCD=== ===OpenOCD===
Line 82: Line 106:
  
 [[https://www.st.com/resource/en/user_manual/um2695-stmod-fanout-expansion-board-for-stm32-discovery-kits-and-evaluation-boards-stmicroelectronics.pdf|STMOD break-out board manual]] [[https://www.st.com/resource/en/user_manual/um2695-stmod-fanout-expansion-board-for-stm32-discovery-kits-and-evaluation-boards-stmicroelectronics.pdf|STMOD break-out board manual]]
 +
 +[[https://www.st.com/resource/en/schematic_pack/mb1381-h745xi-b02-schematic.pdf|Schematic]]
  
 [[https://www.st.com/en/microcontrollers-microprocessors/stm32h745xi.html|MCU product page]] [[https://www.st.com/en/microcontrollers-microprocessors/stm32h745xi.html|MCU product page]]
Line 88: Line 114:
  
 [[https://www.st.com/resource/en/reference_manual/rm0399-stm32h745755-and-stm32h747757-advanced-armbased-32bit-mcus-stmicroelectronics.pdf|MCU reference manual]] [[https://www.st.com/resource/en/reference_manual/rm0399-stm32h745755-and-stm32h747757-advanced-armbased-32bit-mcus-stmicroelectronics.pdf|MCU reference manual]]
 +
 +[[https://www.st.com/resource/en/application_note/dm00306681-stm32h72x-stm32h73x-and-singlecore-stm32h74x75x-system-architecture-and-performance-stmicroelectronics.pdf|MCU architecture]]
  
 [[https://github.com/STMicroelectronics/STM32CubeH7|ST demos]] [[https://github.com/STMicroelectronics/STM32CubeH7|ST demos]]