How to change the controller from IAP mode to ISP
Hi,
I have a system that is packed entirely. I have only a USB port and reset pin for my access. Now, How can I move the controller from In-Application Programming mode to In-System Programming mode?
Hi,
I have a system that is packed entirely. I have only a USB port and reset pin for my access. Now, How can I move the controller from In-Application Programming mode to In-System Programming mode?
See this for how to jump to the bootloader in software:
https://stm32f4-discovery.net/2017/04/tutorial-jump-system-memory-software-stm32/
Should be similar (probably identical) for the STM32G0 series. Note that the bootloader assumes the chip is in a reset state, so some periperphals/interrupts need disabled first.
You could also set the boot option bytes to jump to the bootloader on reset, then reset the device.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.