Power configuration for burning 27C256/512 on TommyProm32 ? #75
Replies: 3 comments 1 reply
-
You can find a picture of an M27C256 here: https://tomnisbet.github.io/TommyPROM/docs/tommyprom32-pcb#m27c256 What is the complete part number for your chip? |
Beta Was this translation helpful? Give feedback.
-
So I got a chance to try flashing a 27C512 and I'm getting a write failed error. I suspect this cannot work as is with PinoutsOn the M27C256, Vpp and G are on two distinct pins ( 1 and 22) : Whereas on the M27C512, Vpp and G are on the same pin (22) Operating modesSpecifically, the 'Programming' section of each chip differs on this point :
versus :
The 'Program Verify' also differs : For the 27c256 :
For the 27c512:
WiringVpp 1 is wired to OE and Vpp 2 is wired to A17 on the PCB. Read modeJumpers are off (VPP Select == low) on Vpp select, getting 4.7V on Vpp out 1 and 2 : Write modeJumpers are on (VPP Select == high) on Vpp select, getting 12.6V on Vpp 1 and 6.4V on Vpp 2 : @TomNisbet Do you have an idea as to what could be wrong ? Should I open an issue ? |
Beta Was this translation helpful? Give feedback.
-
I just noticed this in the doc :
This looks similar to what the M27C512 does looking at the datasheets. Does this mean using a command like |
Beta Was this translation helpful? Give feedback.
-
I saw that the 27C256 is supported via
PromDevice27
and needs a 6.25VCC/12.75VPPHas anyone a picture of the physical setup with jumpers and shunts in place on a Tommyprom32 so that I don't make a mistake when wiring them ?
Beta Was this translation helpful? Give feedback.
All reactions