News

To flash your Eurorack module using a USBasp programmer, you can use the Arduino IDE. This method will also allow you to flash the Arduino Nano bootloader to the ATmega328P on your module. First, ...
当你把烧写了本bootloader的arduino第一次连接上PC时,上述测试命令可正常执行,但如果不重新插拔USB线,而直接再次运行这个测试命令的话,arduino不会有反应,命令会超时,原因是二次执行此命令时,板载的自动复位电路不会触发,从而导致bootloader无法得到执行。