Skip to content

Commit a5d9b9c

Browse files
committed
STM32H7 readme update
1 parent 1098e74 commit a5d9b9c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

targets/TARGET_STM/TARGET_STM32H7/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,31 @@ so you just have to create a custom_targets.json file with:
7373
}
7474
```
7575

76+
## STM32H7A3xx
77+
78+
STM32H7A3/7B3 devices are based on an Arm Cortex-M7 core (with double-precision floating point unit) running up to 280 MHz.
79+
80+
[st.com STM32H743ZI MCU page](https://www.st.com/en/microcontrollers-microprocessors/stm32h7a3-7b3.html)
81+
82+
### NUCLEO_H7A3ZI_Q
83+
84+
[st.com NUCLEO page](https://www.st.com/en/evaluation-tools/nucleo-h7a3zi-q.html)
85+
86+
[mbed.com Target page](https://os.mbed.com/platforms/ST-Nucleo-H7A3ZI-Q/)
87+
88+
- Total FLASH is 2 MB (0x200000)
89+
- 2x128 sectors of 8 KB
90+
- Flash memory bank 1 @ 0x0800 0000
91+
- Flash memory bank 2 @ 0x0810 0000
92+
93+
- RAM: 1312 KB
94+
- DTCM : 128 KB (0x20000) @0x2000 0000
95+
- SRAM : 1024 KB (0x100000) @0x2400 0000
96+
- SRAM1 : 64 KB (0x10000) @0x3000 0000
97+
- SRAM2 : 64 KB (0x10000) @0x3001 0000
98+
- SRAM3 : 32 KB (0x8000) @0x3800 0000
99+
100+
76101
# Dual core STM32
77102

78103
## STM32H747xx

0 commit comments

Comments
 (0)