MiniCore bootloader burn success but sketch upload failure

My objective: to have an ATMega328P (DIP package) on a breadboard running at 3.3V using the 8MHz internal clock.

My tools: I have an Arduino Uno (SMD version).

Steps taken so far:

  • I've followed this guide to burn a bootloader to the ATMega328P using my Uno as an ISP. I only deviated from the guide to select 8MHz internal, rather than 16MHz external under Tools > Clock.
  • I burnt the bootloader and received the output below - looks like it completed successfully.
avrdude: Version 6.3-20190619
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2014 Joerg Wunsch

         System wide configuration file is "C:\Users\rob_f\Documents\ArduinoData\packages\MiniCore\hardware\avr\2.0.9/avrdude.conf"

         Using Port                    : COM3
         Using Programmer              : stk500v1
         Overriding Baud Rate          : 19200
         AVR Part                      : ATmega328P
         Chip Erase delay              : 9000 us
         PAGEL                         : PD7
         BS2                           : PC2
         RESET disposition             : dedicated
         RETRY pulse                   : SCK
         serial program mode           : yes
         parallel program mode         : yes
         Timeout                       : 200
         StabDelay                     : 100
         CmdexeDelay                   : 25
         SyncLoops                     : 32
         ByteDelay                     : 0
         PollIndex                     : 3
         PollValue                     : 0x53
         Memory Detail                 :

                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           eeprom        65    20     4    0 no       1024    4      0  3600  3600 0xff 0xff
           flash         65     6   128    0 yes     32768  128    256  4500  4500 0xff 0xff
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00

         Programmer Type : STK500
         Description     : Atmel STK500 Version 1.x firmware
         Hardware Version: 2
         Firmware Version: 1.18
         Topcard         : Unknown
         Vtarget         : 0.0 V
         Varef           : 0.0 V
         Oscillator      : Off
         SCK period      : 0.1 us

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.03s

avrdude: Device signature = 0x1e950f (probably m328p)
avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
         To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "C:\Users\rob_f\Documents\ArduinoData\packages\MiniCore\hardware\avr\2.0.9/bootloaders/optiboot_flash/bootloaders/atmega328p/8000000L/optiboot_flash_atmega328p_UART0_38400_8000000L_B5.hex"
avrdude: writing flash (32768 bytes):

Writing | ################################################## | 100% 0.00s

avrdude: 32768 bytes of flash written
avrdude: verifying flash memory against C:\Users\rob_f\Documents\ArduinoData\packages\MiniCore\hardware\avr\2.0.9/bootloaders/optiboot_flash/bootloaders/atmega328p/8000000L/optiboot_flash_atmega328p_UART0_38400_8000000L_B5.hex:
avrdude: load data flash data from input file C:\Users\rob_f\Documents\ArduinoData\packages\MiniCore\hardware\avr\2.0.9/bootloaders/optiboot_flash/bootloaders/atmega328p/8000000L/optiboot_flash_atmega328p_UART0_38400_8000000L_B5.hex:
avrdude: input file C:\Users\rob_f\Documents\ArduinoData\packages\MiniCore\hardware\avr\2.0.9/bootloaders/optiboot_flash/bootloaders/atmega328p/8000000L/optiboot_flash_atmega328p_UART0_38400_8000000L_B5.hex contains 32768 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 0.00s

avrdude: verifying ...
avrdude: 32768 bytes of flash verified
avrdude: reading input file "0x0f"
avrdude: writing lock (1 bytes):

Writing | ################################################## | 100% 0.03s

avrdude: 1 bytes of lock written
avrdude: verifying lock memory against 0x0f:
avrdude: load data lock data from input file 0x0f:
avrdude: input file 0x0f contains 1 bytes
avrdude: reading on-chip lock data:

Reading | ################################################## | 100% 0.01s

avrdude: verifying ...
avrdude: 1 bytes of lock verified

avrdude done.  Thank you.
  • To load the sketch I built the attached circuit. However, because I have an SMD Uno I've connected the Uno reset pin to ground. I've connected the ATMega328P reset (pin 1) to +5V through a 10k resistor with a button to ground it which I press when the upload begins (as described here).

set-up.png

  • I open the blink example, press upload and receive this:
Arduino: 1.8.13 (Windows Store 1.8.42.0) (Windows 10), Board: "ATmega328, Yes (UART0), EEPROM retained, 328P / 328PA, BOD 2.7V, LTO disabled, Internal 8 MHz"

Access is denied.

exit status 1

Error compiling for board ATmega328.



This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Could someone advise where I might be going wrong please?

set-up.png

start with

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

After trying to upload the blink example I get:

Arduino: 1.8.13 (Windows Store 1.8.42.0) (Windows 10), Board: "ATmega328, Yes (UART0), EEPROM retained, 328P / 328PA, BOD 2.7V, LTO disabled, Internal 8 MHz"

C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\hardware -hardware C:\Users\rob_f\Documents\ArduinoData\packages -tools C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\tools-builder -tools C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\hardware\tools\avr -tools C:\Users\rob_f\Documents\ArduinoData\packages -built-in-libraries C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\libraries -libraries C:\Users\rob_f\Documents\Arduino\libraries -fqbn=MiniCore:avr:328:bootloader=uart0,eeprom=keep,variant=modelP,BOD=2v7,LTO=Os,clock=8MHz_internal -vid-pid=2341_0043 -ide-version=10813 -build-path C:\Users\rob_f\AppData\Local\Temp\arduino_build_428549 -warnings=none -build-cache C:\Users\rob_f\AppData\Local\Temp\arduino_cache_133724 -prefs=build.warn_data_percentage=75 -verbose C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\examples\01.Basics\Blink\Blink.ino

C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\arduino-builder -compile -logger=machine -hardware C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\hardware -hardware C:\Users\rob_f\Documents\ArduinoData\packages -tools C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\tools-builder -tools C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\hardware\tools\avr -tools C:\Users\rob_f\Documents\ArduinoData\packages -built-in-libraries C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\libraries -libraries C:\Users\rob_f\Documents\Arduino\libraries -fqbn=MiniCore:avr:328:bootloader=uart0,eeprom=keep,variant=modelP,BOD=2v7,LTO=Os,clock=8MHz_internal -vid-pid=2341_0043 -ide-version=10813 -build-path C:\Users\rob_f\AppData\Local\Temp\arduino_build_428549 -warnings=none -build-cache C:\Users\rob_f\AppData\Local\Temp\arduino_cache_133724 -prefs=build.warn_data_percentage=75 -verbose C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\examples\01.Basics\Blink\Blink.ino

Using board '328' from platform in folder: C:\Users\rob_f\Documents\ArduinoData\packages\MiniCore\hardware\avr\2.0.9

Using core 'MCUdude_corefiles' from platform in folder: C:\Users\rob_f\Documents\ArduinoData\packages\MiniCore\hardware\avr\2.0.9

Detecting libraries used...

"C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10813 -DARDUINO_AVR_ATmega328 -DARDUINO_ARCH_AVR "-IC:\\Users\\rob_f\\Documents\\ArduinoData\\packages\\MiniCore\\hardware\\avr\\2.0.9\\cores\\MCUdude_corefiles" "-IC:\\Users\\rob_f\\Documents\\ArduinoData\\packages\\MiniCore\\hardware\\avr\\2.0.9\\variants\\standard" "C:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549\\sketch\\Blink.ino.cpp" -o nul -DARDUINO_LIB_DISCOVERY_PHASE

Generating function prototypes...

"C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10813 -DARDUINO_AVR_ATmega328 -DARDUINO_ARCH_AVR "-IC:\\Users\\rob_f\\Documents\\ArduinoData\\packages\\MiniCore\\hardware\\avr\\2.0.9\\cores\\MCUdude_corefiles" "-IC:\\Users\\rob_f\\Documents\\ArduinoData\\packages\\MiniCore\\hardware\\avr\\2.0.9\\variants\\standard" "C:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549\\sketch\\Blink.ino.cpp" -o "C:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549\\preproc\\ctags_target_for_gcc_minus_e.cpp" -DARDUINO_LIB_DISCOVERY_PHASE

"C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\\tools-builder\\ctags\\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549\\preproc\\ctags_target_for_gcc_minus_e.cpp"

Compiling sketch...

"C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10813 -DARDUINO_AVR_ATmega328 -DARDUINO_ARCH_AVR "-IC:\\Users\\rob_f\\Documents\\ArduinoData\\packages\\MiniCore\\hardware\\avr\\2.0.9\\cores\\MCUdude_corefiles" "-IC:\\Users\\rob_f\\Documents\\ArduinoData\\packages\\MiniCore\\hardware\\avr\\2.0.9\\variants\\standard" "C:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549\\sketch\\Blink.ino.cpp" -o "C:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549\\sketch\\Blink.ino.cpp.o"

Compiling libraries...

Compiling core...

Using precompiled core: C:\Users\rob_f\AppData\Local\Temp\arduino_cache_133724\core\core_a240f4f0e52cedd29a4a65c1ae09135f.a

Linking everything together...

"C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\\hardware\\tools\\avr/bin/avr-gcc" -w -Os -Wl,--gc-sections -mmcu=atmega328p -o "C:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549/Blink.ino.elf" "C:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549\\sketch\\Blink.ino.cpp.o" "C:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549/..\\arduino_cache_133724\\core\\core_a240f4f0e52cedd29a4a65c1ae09135f.a" "-LC:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549" -lm

"C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\\hardware\\tools\\avr/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "C:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549/Blink.ino.elf" "C:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549/Blink.ino.eep"

"C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\\hardware\\tools\\avr/bin/avr-objcopy" -O ihex -R .eeprom "C:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549/Blink.ino.elf" "C:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549/Blink.ino.hex"

cmd /C "C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\\hardware\\tools\\avr/bin/avr-objdump" --disassemble --source --line-numbers --demangle --section=.text "C:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549/Blink.ino.elf" > "C:\\Users\\rob_f\\AppData\\Local\\Temp\\arduino_build_428549/Blink.ino_atmega328p_8000000L.lst"

Access is denied.

exit status 1

Error compiling for board ATmega328.

download the IDE from https://www.arduino.cc/en/software

That's solved it - thank you very much! :smiley:

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.