User Activity

I previously had STM32CubeMX V6.2.1 installed on my machine. I then tried to work on another project that my colleague made and my machine said I would need to “Continue�? or “Migrate�? because I didn’t have STM32CubeMX V6.5.0 installed. So then I up...
Hi,I am trying to enable flash readback protection (level 1) on a STM32F411VET6 using the following HAL code: FLASH_OBProgramInitTypeDef OptionsBytesStruct = {0}; HAL_FLASHEx_OBGetConfig(&OptionsBytesStruct); if (OptionsBytesStruct.RDPLevel...