You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new stm32f4 hal implementation enables programming byte by byte.
Users of FlashIAP usually get the minimum programming size by calling flash.get_page_size(). However in the new stm32f4 implementation returns the "sector size" when get_page_size() is called which is erroneous and prevents effective use of the FlashIAP API.