Generate binary for SAMD21 for no bootloader application

You need to add these to your configuration:

board_upload.offset_address = 0x00000000
board_build.arduino.ldscript = flash_without_bootloader.ld

This will tell it to compile with a base address of 0x00 and upload at that base address.

1 Like