Ive googled some things but I am not sure. Could it be thath the AVCC pin outputs 5V or the RESET? Because (AVCC) is one of the 2 power pins and the VCC is already used to supply the µC.
And on google I found thath the RESET pin outputs 5V.
Because in a school project Im using the Arduino Uno wich has the ATMega328p µC. In the scheme im using I made a pin called "5V". My teacher wants me to add the name of thath pin from the ATmega328p since it does not have a pin called "5V".
Ive been looking through the datasheet but I can't find anything really.. Its around 600 pages and ive searched for every sentence thath includes "5V" no usefull results tho.
rico459:
Because in a school project Im using the Arduino Uno . . .
The Arduino Uno, which is a board based on the ATmega328p chip, of course has (a) an on board voltage regulator and (b) a USB 5 volt output (assuming it powered via a USB cable). These supply the power to the chip. Post #4 above refers you to the schematic diagram.
Ive googled some things but I am not sure. Could it be thath the AVCC pin outputs 5V or the RESET? Because (AVCC) is one of the 2 power pins and the VCC is already used to supply the µC.
And on google I found thath the RESET pin outputs 5V.
VCC, AVCC and RESET are all inputs.
But VCC and AVCC is where you would connect your power supply.