2021-07-05 12:42 AM
Hello I am Firmware engineer working on STM32G07 series board. While working with Flash memory I have unprotected Flash from Read and Write using STlinkUtility v 4.5.0, after this I am not able to Erase the Flash and hence not able to Debug and load as STM32 CubeIDe internally gives Erase command to clear Flash and Writes the new code on to board, Kindly suggest how can i fix this. see attached image for details.
Solved! Go to Solution.
2021-07-06 01:45 AM
then regress to Level 0 :)
2021-07-06 02:03 AM
Thanks Antoine,
It worked :) Thanks for your suggestions.
Regards,
Shiv
2021-07-06 03:01 AM
Hello @SDesh.1,
Try to use STM32Cube programmer, you can refer to the STM32CubeProgrammer v2.7.0 release information and you will find that release support the STM32G0, it's recommended to use Cube programmer instead of ST-Link utility
Mohamed Aymen