InterviewSolution
Saved Bookmarks
| 1. |
How much flash memory does the Atmega2560 have?(a) 13K bytes(b) 200K bytes(c) 256K bytes(d) 255K bytesI have been asked this question in final exam.I want to ask this question from Microcontroller Specifications topic in section AtMega Microcontroller Specifications of Arduino |
|
Answer» CORRECT choice is (c) 256K bytes Best 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 Atmega2560 has 256K bytes of flash memory. |
|