Are there any example projects for how to use HAL_FLASHEx_Erase_IT? I am using the STM32G484 and its LL driver elsewhere in the code.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-16 6:42 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-16 7:34 AM
Hi @Community member
The list of our examples that use the function is available at the link: https://github.com/STMicroelectronics/STM32CubeG4/tree/master/Projects depending on the card used you have a FLASH folder.
However, we use it without the interrupt. You can adapt the FLASH_EraseProgram project by replacing the HAL_FLASHEx_Erase function with HAL_FLASHEx_Erase_IT and modifying the code and configuration to take into account the generation of the interrupt on the flash.
Regards
Diane
