Skip to main content
seed
Associate II
August 12, 2022
Question

Is there any flash code example for stm32G0 similar to this one: https://github.com/STMicroelectronics/STM32CubeF0/blob/master/Projects/STM32091C_EVAL/Applications/IAP/IAP_Main/Src/flash_if.c?

  • August 12, 2022
  • 2 replies
  • 942 views

..

This topic has been closed for replies.

2 replies

ST Employee
August 16, 2022

Hi @seed​,

There is not an exact equivalent for the G0, but you can find the similar in other application.

Regards

DianeP

Amel NASRI
ST Technical Moderator
August 16, 2022

Hi @seed​ ,

I don't see an exactly similar example as IAP for STM32G0, but the example STM32CubeG0/Projects/STM32G0C1E-EV/Applications/OpenBootloader should be a good candidate.

The readme file available on the same page can help you to understand how it works.

-Amel

To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.