mirror of
https://github.com/sanni/cartreader.git
synced 2025-01-12 13:09:07 +01:00
5c5b2fecce
Thanks once again to skaman: "The problem occurs because of the bank switch to 0xAA (0xAA * 0x4000 = 0x2A8000). I'm assuming that the code you're using writes the bank to address 0x2000 (or similar) then follows with the flash sequence to program the byte. Since 0xAA is also a flash command, the flash chip misinterprets the bank switch as the flash command and misses the command sequence to write the first byte in the bank."
Double click on Cart_Reader.ino to open the program in the Arduino IDE.
And don't forget to copy the files from the sd folder to the root of your sd card.