InterviewSolution
Saved Bookmarks
| 1. |
Does the Atmega32U4 have a way to handle the brown-out condition?(a) Yes, it does. It has a provision to programmatically change the brown-out threshold for the chip(b) No, it does not. It does not have a provision to programmatically change the brown-out threshold for the chip(c) Yes, it does. But one cannot change the inbuilt brown-out threshold set for the chip during fabrication(d) Yes, it does. But one can only increase the brown-out threshold for the chip, not decrease itThe question was asked during an internship interview.My doubt stems from Microcontroller Specifications topic in division AtMega Microcontroller Specifications of Arduino |
|
Answer» The correct choice is (a) YES, it does. It has a provision to programmatically CHANGE the brown-out threshold for the chip |
|