Hello,
I have an Arduino Nano using a ATmega 328PB (not a 328P) and I have to burn a bootloader on it.
The common examples using the "Ardnuino as ISP" with a UNO as the programmer (such as this one: https://www.arduino.cc/en/Tutorial/ArduinoISP) does not work when the processor is a 328PB and not a 328P.
How to proceed to burn the bootloader on a Nano with a 328PB ???
Preferably with the Arduino IDE (very easy to use) or with another software, maybe ATMEL Studio ??
Thank you very much !