Question
How do I get the internal comparator COMP2 to work on my Nucleo stm32L073 board? (in Keil)
I try to modify the COMP2_CSR register on addr: 0x4001001C. But it's as if the register is locked to the default value. From the Memory viewer it seems the register is modifiable, but the COMP window still shows default value and I cannot modify the register manually from the COMP window.
APB2 SYSCFG clock is enabled. See screenshot.

