User Activity

The way LL_EXTI_Init is written in all of the cube APIs means if you do this:  LL_EXTI_InitTypeDef exti_config = { .Line_0_31 = foo, .LineCommand = ENABLE, .Mode = LL_EXTI_MODE_IT, .Trigger = LL_EXTI_TRIGGER_NONE, ...
I'm using the tamper peripheral clocked from the LSE (32.768Khz crystal), triggered by a tamper event on PC13. The core is clocked from the HSI, using the PLL to run at 120MHz.The tamper peripheral seems to work fine under normal operation, but if an...
Kudos from
Kudos given to