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
tests-mbed_drivers-flashiap | FlashIAP - program errors test checks for several return codes and expects that flash_program_page will return error (-1) in case of "unaligned" address or "unaligned" page size.
But as discussed in #4966 STM32F4 targets are able to program flash with 1 byte granularity, so from common understanding so far, the get_page_size shall return 1 (minimum program size of 1). Then considering that we can program 1 byte at a time, the above error check does not make sense.