Closed hilmiyafia closed 1 year ago
PLease read the docs:
MightyCore supports a variety of different clock frequencies. Select the microcontroller in the boards menu, then select the clock frequency. You'll have to hit "Burn bootloader" in order to set the correct fuses and upload the correct bootloader. Make sure you connect an ISP programmer, and select the correct one in the "Programmers" menu. For time critical operations an external crystal/oscillator is recommended.
You need to click "Burn Bootloader" in order to set the fuses, even if you're not using a bootloader at all
@MCUdude Thank you, it works now 😊
I made a program using millis as a delay so it's not blocking. It works correctly at internal 1 MHz, but when I set the clock to internal 8 MHz, the delay become 8 times longer. I compiled this program as hex and put it in using a programmer: