Hello!
I am trying to make a cartridge where a PSRAM memory is written by an STM32 and released to the snes hardware.
The voltage transition of the address and control pins is made by 74AHC245 (uni) and the date pins through a 74LVC4245 3,3 <-> 5 . I made a cartridge reader with arduino and 74HC595, I can read cartridges in a normal way even with crc check, and the hardware I did described above works on the reader but in the snes only black screen.
I'm testing with SMW.smc on a smw cartridge just remove the maskrom, I put the maskrom off on prothoboard and it works but my recorded PSRAM does not.
Do you have any idea what's going on?
One last question: When I release the PSRAM line to the snes does it turn on even with the power off, I believe that across the lines of communication is draining voltage, Is there any way to release the lines of communication without the snes having its shape line released?
in the controller I am putting the pins in INPUT NOPULL, and the addressing pins not used in LOW and without connection with the snes.
Thank you!!!
I am trying to make a cartridge where a PSRAM memory is written by an STM32 and released to the snes hardware.
The voltage transition of the address and control pins is made by 74AHC245 (uni) and the date pins through a 74LVC4245 3,3 <-> 5 . I made a cartridge reader with arduino and 74HC595, I can read cartridges in a normal way even with crc check, and the hardware I did described above works on the reader but in the snes only black screen.
I'm testing with SMW.smc on a smw cartridge just remove the maskrom, I put the maskrom off on prothoboard and it works but my recorded PSRAM does not.
Do you have any idea what's going on?
One last question: When I release the PSRAM line to the snes does it turn on even with the power off, I believe that across the lines of communication is draining voltage, Is there any way to release the lines of communication without the snes having its shape line released?
in the controller I am putting the pins in INPUT NOPULL, and the addressing pins not used in LOW and without connection with the snes.
Thank you!!!