Search code examples
atmega

ATmega328/P - Modes of Operation


Is it possible to place the ATmega328/P microcontroller into kernel mode versus user mode?


Solution

  • No. The 8-bit AVR core does not have any privileged modes or instructions. Nor does it have a MPU so there is no kernel vs user mode distinction.