1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/nucleo-f767zi
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
..
include boards/stm32-based: allow SPI signals routed on multiple alternate functions 2019-10-25 06:27:41 +02:00
doc.txt boards/nucleo*: cleanup board doxygen group definition 2019-07-07 17:56:54 +02:00
Makefile boards/nucleo-f767zi: rename to standard st name 2018-05-23 12:09:28 +02:00
Makefile.dep stm32_eth: Multiple Improvements of the original codebase 2019-07-04 15:27:26 +02:00
Makefile.features boards: move CPU/CPU_MODEL definition to Makefile.features 2019-08-20 16:11:50 +02:00
Makefile.include boards/common/stm32f7: add correct flash bank configuration 2020-01-27 22:32:06 +01:00