4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-29 10:50:25 +08:00
Jianjia Ma 4e74279d27
Add more trys when switching data width
Try a few times before switching to other data widths. 
The original strategy (simply wait for 20ms ) failed on STM32H743 with an MTFC4GACAJCN-4M (4GB EMMC) when switching data width. 
(unless the debugging info is enabled, which add more delays)
With this EMMC, the fixed delay was set to 50ms for it to be able to work. 

Instead of a fixed delay, I think we better change to trying a few more times with smaller delays.
2021-04-13 18:04:59 +01:00
..
2021-03-08 18:19:04 +08:00
2021-03-08 18:19:04 +08:00
2021-03-08 18:19:04 +08:00
2013-01-08 22:40:58 +08:00