1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/stm32/dist
Francisco Molina 1dec5ba61b boards/common/stm32f7: add correct flash bank configuration
openocd configuration file for `stm32f7` relies on probing to find out
FLASH_ADDR. On nucleo-f767zi board probing (`flash probe 0`) fails when
`srst` is asserted, but `srst` needs to be asserted to be able to flash
the `BOARD` when sleeping or after a hardfault.

To circumvent this in boards/common/stm32/dist/stm32f7.cfg we define a new
flash bank with the appropriate fash start address and specify that this is
the flash bank to be used as default configuration instead of the
default by setting FLASH_BANK=4
2020-01-27 22:32:06 +01:00
..
stm32f0.cfg boards/common/stm32-link: add common place for stlink 2018-06-26 20:45:23 +02:00
stm32f1.cfg boards/common/stm32-link: add common place for stlink 2018-06-26 20:45:23 +02:00
stm32f2.cfg boards/common/stm32-link: add common place for stlink 2018-06-26 20:45:23 +02:00
stm32f3.cfg boards/common/stm32-link: add common place for stlink 2018-06-26 20:45:23 +02:00
stm32f4.cfg boards/common/stm32-link: add common place for stlink 2018-06-26 20:45:23 +02:00
stm32f7.cfg boards/common/stm32f7: add correct flash bank configuration 2020-01-27 22:32:06 +01:00
stm32l0.cfg boards/stm32: remove use of connect_assert_srst for flashing stm32l0 2019-09-02 21:46:15 +02:00
stm32l1.cfg boards/common/stm32-link: add common place for stlink 2018-06-26 20:45:23 +02:00
stm32l4.cfg boards/common/stm32-link: add common place for stlink 2018-06-26 20:45:23 +02:00