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...
Thanks for the responses guys. We were using the GDSC file to import the cube project into Visual GDB. I think having different versions of CubeMX installed and keeping a log of which project is using what is probably going to be the best way forward...