Arduino Nano, AREF and 3.3V voltages not as I expected

septillion:
Might. We would have to compare the code the OP has and the analogRead() code.

Why is my MCVE broken as well. No ISR and no analogRead()?

void setup()
 {
  analogReference(EXTERNAL);
 }

void loop()
 {

 }