stm32l451 error when trying to write to the Flash
i am trying to implement openBootloader for an stm32l451,but i cant get the write to work i get the following errors HAL_FLASH_ERROR_PROG | HAL_FLASH_ERROR_PGA |HAL_FLASH_ERROR_PGSi am trying to write to 800c000 in the flashthis is my code( i used ht...