User Activity

I am trying to program a stm32l451cet6 microcontroller. My code works perfectly fine for 5-6 debug sessions. After a few debug sessions, this warning pops up with a different address for every hardware I use.When this break at address pops up, my cod...
I am using a stm32l451cet6 micro controller chip in my PCB. I want to make the flash memory read protected. For this I use the following code snippet -    while (HAL_FLASH_Unlock() != HAL_OK) { ; } ...