Browse Source
this fixes the flash re-init problem when flash storage fills on H7. It was caused by rejecting writes where one or more of the 32 byte chunks was not all 0xff but was equal to the current data. That happens when writing to the sector header in AP_FlashStorage it also moves the interrupt disable inside the loop to allow for other interrupts to run between blocksapm_2208
1 changed files with 25 additions and 19 deletions
Loading…
Reference in new issue