File tree 1 file changed +25
-0
lines changed
targets/TARGET_STM/TARGET_STM32H7 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,31 @@ so you just have to create a custom_targets.json file with:
73
73
}
74
74
```
75
75
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
+
76
101
# Dual core STM32
77
102
78
103
## STM32H747xx
You can’t perform that action at this time.
0 commit comments