Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BACKPORT] stm32h7:flash can not use usleep
commit 328374f4658d11655f268f968f4c6c7a3942f320 changed the wait to use usleep. This killed the write performace from the published values in the datasheet of ~100 us to 2 mS per 256 bits. On a 1000 per tick config. It can be 10 X worse on the default 100 per tick config. This changes uses up_udelay.
- Loading branch information