stm32/uart_repl: Disable irq flash erase/write if uart repl enabled. #8645
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uart repl stdin loses data when the background flash erase / cache flush happens during communication.
This change forces all erase / write operations to happen during file sync/close instead.
This change can be overridden by defining MICROPY_HW_FLASH_BACKGROUND_CACHE (1) in board config.
For more details see: mpremote cannot cp files to stm32wb55 nucleo on stlink/com port. #8386
I'm not sure if there are likely to be other unintended side-effects of disabling this flash irq however?