dangiu / PicoMemcard

Emulating PSX Memory Card (or controller) using a Raspberry Pi Pico
GNU General Public License v3.0
528 stars 38 forks source link

console resets if pmc+ is take out abd put back in #79

Open R3771kam1 opened 4 months ago

R3771kam1 commented 4 months ago

Just finished making it using the diagrams everything looks to be wired correctly, if i remove it and put it back in the console resets, the card functions as it is supposed to otherwise. Not sure if it is just a thing that happens? I am using it on a scph 101 psone nstc u console.

Haldrie commented 3 months ago

I had this same issue with one of my SCPH-101 consoles as well and I was using the full size Pico board but when I switched to the RP2040-zero it no longer reset. If I recall this is one of the reasons for supporting the RP2040 is it's lower power consumption so if you switch to that then your issue might be resolved. The console that reset on me was one of three SCPH-101s that I have and only that one reset on me with the full size Pico board.