Open nattgris opened 5 months ago
Add support for STM32H750
Same as STM32H743 but with only one flash sector of 128K.
Adding a new builtin target because the Keil.STM32H7xx_DFP v3.1.1 CMSIS Pack flash loader is broken for at least this sub-family.
Keil.STM32H7xx_DFP
Ref: #1700
Also fix the existing targets stm32h743xx and stm32h723xx which had incorrect sector sizes specified and a bug in reading the security status.
stm32h743xx
stm32h723xx
Tested this with a NUCLEO-H753ZI and everything worked as expected
Add support for STM32H750
Same as STM32H743 but with only one flash sector of 128K.
Adding a new builtin target because the
Keil.STM32H7xx_DFP
v3.1.1 CMSIS Pack flash loader is broken for at least this sub-family.Ref: #1700
Also fix the existing targets
stm32h743xx
andstm32h723xx
which had incorrect sector sizes specified and a bug in reading the security status.