Еслю фьюзы под внешнюю частоту, то она нужна !Недавно была тема про 328PB там есть скетч arduino isp с генерацией 4 Мгц. Надо с этого вывода подать на xtal1
Добавил в скетч ArduinoISP генерацию 4 МГц на выводе 3 Arduino (ножка 1 МК):
ArduinoISP + 4 MHz // ArduinoISP
// Copyright (c) 2008-2011 Randall Bohn
// If you require a license, see
// https://opensource.org/licenses/bsd-license.php
//
// This sketch turns the Arduino into a AVRISP using the following Arduino pins:
//
// Pin 10 is used to reset the target microcontroller.
//
// By default, the hardware SPI pins MISO, MOSI and SCK are used to communicate
// with the target. On all Arduinos, the…