Programacion atmega328 u en vez de 328pu

uso ide arduino para programar bootloader con reloj interno 8mhz en atmega328pu, me llego atmega328 u y no he logrado saber como programarlo .
Me pueden orientar? gracias

P = “Picopower”
U = temperature -40C to +85C

1 Like

Hi @adrianzeuz73
atmega328-pu operates on 20MHz. You will need to format for 20MHz inside ide, and provide external 20MHz crystal if using outside of a dev board.

Here is a list of all atmega328 microcontrollers for reference, all which are either 16MHz or 20MHz:
Microcontrollers | Embedded | Electronic Components Distributor DigiKey

Arduino Resources:
https://www.arduino.cc/reference/es/
https://www.arduino.cc/

1 Like