Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Closes #193
  • Loading branch information
MCUdude authored Jun 6, 2021
1 parent 07c2c09 commit 6622e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Make sure you connect an ISP programmer, and select the correct one in the "Prog

You might experience upload issues when using the internal oscillator. It's factory calibrated but may be a little "off" depending on the calibration, ambient temperature and operating voltage. If uploading failes while using the 8 MHz internal oscillator you have these options:
* Edit the baudrate line in the boards.txt file, and choose either 115200, 57600, 38400 or 19200 baud.
* Upload the code using a programmer (USBasp, USBtinyISP etc.) or skip the bootloader by holding down the shift key while clicking the "Upload" button
* Upload the code using a programmer (USBasp, USBtinyISP etc.)
* Use the 4, 2 or 1 MHz option instead

| Frequency | Oscillator type | Comment |
Expand All @@ -80,7 +80,7 @@ You might experience upload issues when using the internal oscillator. It's fact

## Bootloader option
MiniCore lets you select which serial port you want to use for uploading. UART0 is the default port for all targets, but ATmega328PB can also use UART1.
If your application doesn't need or require a bootloader for uploading code you can also choose to disable this by selecting *No bootloader*. This frees 512 bytes of flash memory.
If your application doesn't need or require a bootloader for uploading code you can also choose to disable this by selecting *No bootloader*. This frees 512 bytes of flash memory. Unline official Arduino AVR boards, the bootloader isn't automatically removed when you upload using a programmer. You'll have to select *No bootloader* hit "upload" or the "burn bootloader" for this to happen.

Note that you have need to connect a programmer and hit **Burn bootloader** if you want to change any of the *Upload port settings*.

Expand Down

0 comments on commit 6622e12

Please sign in to comment.