From b0c4df25a0c419eeb53e0e241489c0bd6bee04ef Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 23 Jun 2020 16:19:11 -0700 Subject: [PATCH] altos/stm32l0: Some device addrs were wrong Signed-off-by: Keith Packard --- src/stm32l0/stm32l0.ld | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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; -- 2.30.2