Merge pull request #370 from kkoppul2/update_octospi_base_address

Fix register address mapping
This commit is contained in:
Dario Nieuwenhuis 2024-01-27 01:08:43 +00:00 committed by GitHub
commit 2d51fbe736
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,6 +162,14 @@ impl Defines {
("DBGMCU", &["DBGMCU_BASE", "DBG_BASE"]),
("QUADSPI", &["QUADSPI_BASE", "QSPI_R", "QSPI_R_BASE", "QSPI_REG_BASE"]),
("QUADSPI1", &["QUADSPI1_BASE", "QSPI_R", "QSPI_R_BASE", "QSPI_REG_BASE"]),
(
"OCTOSPI",
&["OSPI_R", "OCTOSPI_R_BASE", "OCTOSPI_R_BASE_NS", "OCTOSPI_REG_BASE"],
),
(
"OCTOSPI1",
&["OSPI_R", "OCTOSPI1_R_BASE", "OCTOSPI1_R_BASE_NS", "OCTOSPI1_REG_BASE"],
),
("FLASH", &["FLASH_R_BASE", "FLASH_REG_BASE"]),
(
"ADC_COMMON",