I'm hoping someone can help me validate what I think I am seeing in terms of power usage and availability in my project. I've tried to do as much homework as possible, but I'm essentially a Noob, so I'm at the point where I think I have something but really need an experienced eye to pass it by for a reality check!
Quick background why I got on to this: While I was picking up shielded cable and ferrites, I decided to grab a
74HCT245 Octal bus tranceiver based on some things I was reading about people wiring up IDE drives in their car over long lengths of ribbon cable and the signal not being strong enough. I'm not using an IDE drive, but it's the same style cable, and thought it was worth a shot to see if I could change things with a "buffer" of sorts. Easy enough to wire up on a breadboard, I was done pretty quick.
Well, to my surprise it made things worse. I started getting occasional errors at Ignition on but Engine off even. The car computer even rebooted itself at one point. I went for a quick test drive but returned quickly as my Arduino started reporting huge streams of errors and the usual "just reread it and its okay" wasn't working.
Alright, so I got to thinking about power. I'm powering my SRAM chip (and hopefully temporary 74HCT245) from the car computer's edge connector. I think I mentioned in a previous post that I want to do it this way because I want everything on that computer's bus to be powered by the same source; I don't want the computer crashing because something on the bus loses some alternate power source. So I begin to wonder if the computer's power circuitry can supply enough power for the computer itself and the extra chips. Here's where the questions start. Taking a look at the schematic for the power section of the car computer:
Larger VersionIt's not a simple little 7805 mechanism.
From what I can tell based on write-ups I've seen online with respect to power rectifiers using transistors, it would appear that R2 in that schematic is a current limiting resistor. Is that true?I'll assume it is for now and continue with the follow-ups.
VCC is 5V, I know that of course. And if R2 is a current limiting resistor, if I understand ohms law correctly, we go I=V/R, I=5/5.1, so I = ~980mA.
Is that correct, and does that mean that VCC is limited to 980mA across the entire circuit?Again, I'll assume that is correct and pose the next follow-up for now:
The proprietary CPU in the car computer is some derivative of the Motorola 680x. Apparently 6801. Something close to that anyway, the instruction set is the same for sure. Taking a look at the
datasheet I see:
Internal Power Dissipation Pint Max = 1200 mW.
So I think that in order to determine the current requirement I go:
P = VI, therefore I = P/V, I = 1.2 / 5, so I=240mA.
Did I get that right? The CPU alone can take about 25% of the maximum available current in the worst case scenario?Might as well continue, hopefully I'm not way off so far...
Taking a look then at the
AM2130 Datasheet for the SRAM I've added into this power supply, I see:
Absolute Maximum Ratings.....Power Dissipation..... 1.2W.
Same formula then as the CPU.
The 74HCT245 is rated at 750mW max. Perhaps I'm pushing an already marginal current limit way over the top adding it to the circuit? I think that's just a rhetorical question and inferred by answers to the other questions so I'm not bolding it.
If everything above is correct or at least close, then half my available current is gone, and there is still onboard RAM, ROMs, ADC converters, various gates, etc. to power. If that is correct
Are my symptoms at all consistent with trying to draw more than the maximum available current?Final follow-up question for now then, and of course the big one because this is where it potentially gets dangerous
what sort of good or bad things will happen if I jump that 5.1ohm current limiting resistor with a, say, 3ohm resistor in order to boost the maximum current by about 25%?Gosh, I hope I'm at least somewhat on target here, and that some kind soul is willing to help me clear away the fog in my mind! Thanks ever so much for reading and considering!