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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-12 7:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-16 2:15 AM
Hi @seed,
There is not an exact equivalent for the G0, but you can find the similar in other application.
Regards
DianeP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-16 5:41 AM
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 Accept as Solution on the reply which solved your issue or answered your question.
