Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was found on the Mantis where the following happened: 1. Boot command is sent to a bootloader without a firmware flashed. 2. After boot command, there is a 100 ms delay. 3. During that time, more data is sent to the bootloader causing an overrun. 4. Without overrun disabled, this will set the ORE flag, and reads will fail because RXNE is not set. By disabling the overrun flag we can recover from an overrun.
- Loading branch information