InterviewSolution
Saved Bookmarks
| 1. |
How much flash memory does the Atmega32U4 have?(a) 13K bytes(b) 16K bytes(c) 256K bytes(d) 32K bytesThis question was posed to me in an online interview.I would like to ask this question from Microcontroller Specifications in chapter AtMega Microcontroller Specifications of Arduino |
|
Answer» CORRECT OPTION is (d) 32K BYTES Explanation: A flash memory is a type of non-volatile memory, which does not get erased when the POWER supply is cutoff from the chip. The ATMEGA32U4 has 32K bytes of flash memory. |
|