mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +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." |
||
---|---|---|
.. | ||
Cart_Reader.ino | ||
EEPROMAnything.h | ||
FLASH.ino | ||
GB.ino | ||
GBA.ino | ||
N64.ino | ||
NP.ino | ||
README.md | ||
SNES.ino |
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.