From: Keith Packard Date: Tue, 23 Jun 2020 23:19:11 +0000 (-0700) Subject: altos/stm32l0: Some device addrs were wrong X-Git-Tag: 1.9.5~1^2~43 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b0c4df25a0c419eeb53e0e241489c0bd6bee04ef;p=fw%2Faltos altos/stm32l0: Some device addrs were wrong Signed-off-by: Keith Packard --- diff --git a/src/stm32l0/stm32l0.ld b/src/stm32l0/stm32l0.ld index 8f867361..e266e9a7 100644 --- a/src/stm32l0/stm32l0.ld +++ b/src/stm32l0/stm32l0.ld @@ -17,13 +17,13 @@ stm_dma1 = 0x40020000; stm_dbg = 0x40015800; stm_usart1 = 0x40013800; stm_spi1 = 0x40013000; -stm_adc1 = 0x40012400; -stm_firewall = 0x41011c00; -stm_tim22 = 0x41011400; -stm_tim21 = 0x41010800; -stm_exti = 0x41010400; -stm_syscfg = 0x41010000; -stm_comp = 0x41010000; +stm_adc = 0x40012400; +stm_firewall = 0x40011c00; +stm_tim22 = 0x40011400; +stm_tim21 = 0x40010800; +stm_exti = 0x40010400; +stm_syscfg = 0x40010000; +stm_comp = 0x40010000; /* APB1 */ stm_lptim1 = 0x40007c00;