Programming XIAO nRF52840 using nRF Connect and devkit J-link

Figured it out with help from a Nordic dev; the board files were made for the old SDK and expect/leave room for a no-longer-needed SoftDevice. In xiao_ble_defconfig in the board files, I had to set CONFIG_BUILD_OUTPUT_UF2=n and CONFIG_USE_DT_CODE_PARTITION=n

1 Like