summaryrefslogtreecommitdiff
path: root/lib/arduino-lib
diff options
context:
space:
mode:
authoriabdalkader <i.abdalkader@gmail.com>2024-07-19 18:56:36 +0300
committerDamien George <damien@micropython.org>2024-07-31 16:47:32 +1000
commita3100be4b226982c0c4aa162139617be23198c66 (patch)
tree49cb4b2998ecc7129c0d5bc8fc08b1d8e4d4fbd7 /lib/arduino-lib
parent70a7e0ff2f86cc7359785ad356cecc4449f7b850 (diff)
stm32/boards: Swap FMC banks on ARDUINO_GIGA and ARDUINO_PORTENTA_H7.
Swap FMC banks to remap the SDRAM bank1 address to 0x60000000. Arduino's M4 firmware uses address 0x60000000 by default. When the elf loader tries to load that it will fail because by default NOR/PSRAM is mapped at that address, not SDRAM bank1. (Note that the region at 0xC0000000 has an XN attribute by default, so switching the M4 firmware address will not work.) Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Diffstat (limited to 'lib/arduino-lib')
0 files changed, 0 insertions, 0 deletions