User Activity

I am using an STM32L452 Nucleo-64 dev kit. I am trying to use the bootloader to update firmware on it. My understanding is that you can set flash option bits in order to enter system memory (bootloader mode) on reset, and this does seem to work. I am...