Add overrides for missing GPIO blocks for STM32L432

This commit is contained in:
Ulf Lilleengen 2021-11-22 13:27:04 +01:00
parent 0dcaaa07fe
commit 6e3877238c

View File

@ -254,6 +254,10 @@ address_overrides = {
'STM32F412VG:GPIOG_BASE': 0x40021800,
'STM32L151CB-A:GPIOF_BASE': 0x40021800,
'STM32L151CB-A:GPIOG_BASE': 0x40021C00,
'STM32L432KB:GPIOD_BASE': 0x48000C00,
'STM32L432KB:GPIOE_BASE': 0x48001000,
'STM32L432KB:GPIOF_BASE': 0x48001400,
'STM32L432KB:GPIOG_BASE': 0x48001800,
}