Resolved! stm32c011 in-application option byte programming
Good morning,I'm trying to program the user option bytes of the STM32C011 using the HAL. The objective of the test is to toggle the BOR bit. static HAL_StatusTypeDef testOptionBytes() { FLASH_OBProgramInitTypeDef obInit = {0}; FLASH_OBProgra...