Skip to content
Commit 7baf026a authored by Murali Karicheri's avatar Murali Karicheri Committed by Anas Nashif
Browse files

drivers: flash: stm32h7: ignore STRBERR during flash write



When application code runs from M4 (resides on lower 896KiB of
the internal flash of bank2) and it does write to a block in
the upper 128KiB, write fails sometime (for example failed
1 out of 10 block write based on the tests) due to STRBERR.
As per technical reference manual section 4.7.4 of
STM32H745/755 SoC, application may ignore this error and
continue with write. So check for the flag and return okay
status for write(). Based on our tests, the application write
succeeds even when this error happens and match with document
description. So igoring this error flag is okay during write.

Signed-off-by: default avatarMurali Karicheri <murali.karicheri@sandc.com>
parent 9958a2e3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment