User Activity

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...