Well, for all of you that doesn't know, I'm building, at the same time as learning, a SBC as the basis of a portable gaming machine.
I'm using the w65x265s MCU, that includes 576 bytes of RAM and 8K of ROM, some ports, timers and chip selects.
To be able to add external memory and chips, I started to clone the W65C265SXB board, following the WDC's own schematics.
But the thing is that the board is designed to run at 5v, and I need it to run at 3,3v.
And I largely could get the SBC to run... until I got the EEPROM chip there.
The MCU, the RAM chip and the EEPROM chip are 3,3v compatible, but the circuit itself is designed for 5v.
And here is my first wall: how to recalculate the values of the proposed components that the WDC Datasheet has, to be 3,3v compatible?
That's BASIC electronics for many of you, but me being ZERO electronics aware, I'd like to have some guide.
As an example, the datasheet states 3K resistors everywhere they have to limit current, but those are rated for 5v, and I'm sure that new values have to be calculated for 3,3v.
I'd like to know what should I look for in the data sheet to make the calculations needed.
My first guess was that if RESB line has to be tied to VDD with a 3K resistor, and this line counts a HIGH as 0,9xVDD, then the limit should be 2,97V. (3,3v * 0.9 = 2,97).
So the rest of the voltage, to be regulated by the resistor is 0,33v (3,3v-2,97v = 0,33v).
Now I'll have to get the current, and that's where I fail (if I haven't done it before), so I don't know where to look for in the datasheet that tells me the current of that RESB line, so I can finally apply
R = V / I and get the proper resistor value.
THANKS ALL!!
Attachment:
Portapapeles01.png [ 71.39 KiB | Viewed 600 times ]