Prop max current. Just want to make sure I'm right
TC
Posts: 1,019
Hello all.
I am figuring out how much current my project requires, so I can order a power supply for it. I am basing my power supply off the max current for everything. I figure, doing it that way would give me a buffer zone, and I should never need the max current.
Looking at the prop datasheet (page 25, table 18), under "Absolute Maximum Ratings" I am seeing Max. current into Vdd pins is 300mA. Is that the max current the prop would ever need? Or could it be higher?
Thanks
TC
I am figuring out how much current my project requires, so I can order a power supply for it. I am basing my power supply off the max current for everything. I figure, doing it that way would give me a buffer zone, and I should never need the max current.
Looking at the prop datasheet (page 25, table 18), under "Absolute Maximum Ratings" I am seeing Max. current into Vdd pins is 300mA. Is that the max current the prop would ever need? Or could it be higher?
Thanks
TC
Comments
The current depends on the Propeller clock speed, how many cogs are running, what the running cogs are doing, and whatever you are driving with the pins.
Bean
Wonderful, Thank you.
As Bean said 300mA is the maximum current on the Prop's power pins.
However, the Prop itself consumes no where near 300mA. Its the stuff connected to it that cause the high currents.
Others probably have a better idea of what the Prop running current is at max clock speed, or even over clocked, and all 8 cogs running without any loads.
After knowing the max Prop running current it should be easy to add up all the load currents in a system.
BTW, prudent design would suggest that one should never operate at these max ratings.
Maybe 50% or 75% would be a better choice.
Say, 200mA on the power pins and 20mA on the I/O pins.
Duane J
I completely agree. I am not planing on using that much current, I just want to account for worse case scenario, that will never happen. I am only using 10 I/O pins, 2 of them will have LED's on them, the rest is just data and 5 have 10K pull-ups.
Just about everyone drives LEDs directly and at high milliamps, but it isn't really the best solution for a durable design. I often wonder why people desire their LEDs to be so bright.
I strongly believe that the Propeller should be the source of control, NOT the source of power.
-Phil
But the problem is when users begin to think every pin can drive 14ma all at the same time.