I use STM32CubeIDE Version: 1.0.2.I chose STM32L4R5QGIx for MCU Reference. I did generate code. However, after that, I want to change the MCU Reference to STM32L4R5QII6 by operating STM32CubeIDE. Is it possible? What should I do if possible?
I have the same problem. - Macbook air M3 Ventura 14.4.1 - CubeProgrammer version: 2.16.0the follow error trace:CubeProgrammer version: 2.16.0Path CubeProgrammer version: : /Applications/STMicroelectronics/STM32Cube/STM32CubeProgrammer_2_16_0/STM32Cu...
Hello,It seems that you need to add the following two.(1) Clear the FLASH's pending flags.(2) Get the Option bytes configuration, then change pOBInit.It looks like the following code. FLASH_OBProgramInitTypeDef pOBInit; HAL_FLASH_Unlock(); __HAL_FLAS...