2025-08-08 2:24 AM - last edited on 2025-08-26 1:38 AM by KDJEM.1
I have three questions regarding the STM32U083RC:
1.Why is the reset value of EXTI_IMR1 register 0xFFF80000?The EXTI line 19-21 is configurable lines。
2.I encountered a problem: when I used the NUCLEO-U083RC demo program to PWR_STOP2_RTC, I found that when the bit28 of the EXTI_IMR1 register was configured to 0 or 1, the RTC could wake up the MCU from stop mode. Why is the function of EXTI_IMR1 register not working?
3.Why does RTC/TAMP describe combined with EXTI lines 19 & 21 in the Vector table?
2025-09-09 1:56 AM
Hi @clin.12,
The EXTI_IMR1 register on the STM32U083RC resets to 0xFFF80000 because, by default:
This setup reflects that EXTI lines 19-21 are configurable and active for interrupts out of reset, as defined in the EXTI register specifications.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.