I have found something weird (at least for me) playing around with the Arduino pro mini (328p/16Mhz)
With a program like this:
void setup()
{
}
void loop()
{
}
When I connect a regulated 5v power to vcc/gnd, the current is about 50 mA. However, if I connect those 5V to the raw/gnd, the current is about 20 mA. I was expecting more current when I use the raw pin because of the voltage regulator.
There is going to be a voltage drop through the voltage regulator (the "drop-out voltage"). Thus it is running on a lower voltage when you put 5V into RAW.
Can you measure what VCC is when you power it via RAW?
There is going to be a voltage drop through the voltage regulator (the "drop-out voltage"). Thus it is running on a lower voltage when you put 5V into RAW.
Can you measure what VCC is when you power it via RAW?