Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • I'm attempting to program a hex file into an STM32G473CC microcontroller with jflash. However, I'm encountering an issue with setting the controller configuration to single bank mode. Although the flash content reads correctly after disabling read protection, the program doesn't execute due to the current dual bank setup. To resolve this, I've tried modifying the option bits to enable single bank mode specifically for the STM32G473CC. Here are the techniques I've tried so far: 1. I added this at…