Add a Macro to Retrieve Row Size for FLASH Fast Programming Operations #3
Labels
enhancement
New feature or request
flash
Flash memory interface
hal
HAL-LL driver-related issue or pull-request.
Description
Currently, the row size for FLASH fast programming operations differs across STM32 microcontrollers.
These are the 2 MCUs I worked on:
This caused an issue when I reused a software module that worked on STM32G0 but caused an issue with STM32WB.
Suggested Implementation
Define a macro in the HAL Flash driver headers for each MCU series.
Please mention if there is already a MACRO for this functionality
The text was updated successfully, but these errors were encountered: