after several years of having no issues to upload a bootloader (via Arduino IDE) to an Arduino or a "selfmade" Arduino (using the Atmega 2560) I`m struggling now uploading the official bootloader.
But first of all I noticed that my current consumption of the Atmega 2560 (and besides passives and connectors thats pretty much it) I notice a current draw on the 5V supply (no LDO in between, direct supply) of ~50mA.
I`m a bit confused - the datasheet says a much lower Icc (page 356) but in this forum it would fit to my current draw. BUT I have no bootloader on it.
So could that be normal the ~50mA without bootloader what my controller consumes with a 5V supply?
Haven't it by hand right now unfortunately. But as written only some Vcc caps, connectors, LEDs and the XTAL. That's pretty much it and it's a self made simple arduino board. I used that kind of already several times and made a new kind of but this time I`m not able to flash the boot loader on it and don't know why.
forgot to answer that - the problem is I can't flash the boot loader (official one) on it. But I realized that the board consumes around 50mA and that must come from the controller itself as there is almost nothing on it. But I don't know if 50mA is normal without boot loader (or with)...
The reference you provide is for the "Idle" current. If you look at the graph on page 374 ("Active current consumption"), it shows a16MHz part is in the 20mA+ range, and that's with all the peripherals "disabled" in the PRR register. So 50mA doesn't seem unreasonable. (I don't know why they don't have a graph for "active with everything enabled" (which is the default state.) Marketing.)