I am trying to figure out how to program the PSRAM in the GBA sized EZ Flash 3 in 1 card. Basically repeat what GBA Exploader and other programs do.
If I select a block and program it then read it back the first halfword is always 0x1500 or something like that, but the rest of the data is fine.
If on the write I select the previous block, start writing at 0x20000 bytes into that block (the size of a block from what I have determined). Reading back from the desired block still shows that first halfword as wrong but the rest of the halfwords are correct.