Closed GoogleCodeExporter closed 8 years ago
In open9x.cpp, there are these lines:
#if defined(PCBARM) && defined(SDCARD)
for (int i=0; i<200 && !Card_initialized; i++) {
CoTickDelay(1); // 2ms
}
#endif
Would you check to change 200 by 500 or 1000?
Original comment by bson...@gmail.com
on 8 Sep 2012 at 1:03
Here's the results of the test:
i=200 -> KO
i=300 -> KO
i=400 -> KO
i=500 -> OK !
Original comment by baptiste...@gadz.org
on 8 Sep 2012 at 2:09
Your card is very slow... But I am ok with 500, as it's only a timeout.
Original comment by bson...@gmail.com
on 8 Sep 2012 at 2:19
It means 1 full second to initialize, that's why you have the dots on screen ...
Original comment by bson...@gmail.com
on 8 Sep 2012 at 2:21
OK thanks a lot, i'll try to found a cat10 card at the occasion.
Original comment by baptiste...@gadz.org
on 8 Sep 2012 at 3:23
Original issue reported on code.google.com by
baptiste...@gadz.org
on 8 Sep 2012 at 10:28