Updated SDK.

This commit is contained in:
Yilin Sun 2023-04-13 22:44:07 +08:00
parent a53a1245ae
commit 37bf5a027a
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
2 changed files with 11 additions and 1 deletions

2
SDK

@ -1 +1 @@
Subproject commit 43c9e552ba1c038577c48723d96ca8c825b11987
Subproject commit b75d4ea0a368c0e2e7bb9c40c1258a39fff0919a

View File

@ -10,3 +10,13 @@ def will_connect():
flm="assets/FIRE_STM32H750_PRO_QSPI.FLM"
)
target.memory_map.add_region(extFlash)
extSDRAM = RamRegion(
name="SDRAM",
start=0xD0000000,
length=0x04000000,
access="rwx"
)
target.memory_map.add_region(extSDRAM)