XIAO nrf52840 - can flash, but code will not run (flash location)

Hi, I am able to flash my XIAO nrf52840 using my nrf52840dk however the code does not run once flashed. I checked and the code itself is starting at 0x00027000 presumably because of the default bootloader the board came with. However, I no longer have the bootloader. I tried setting this in my prj.conf to override the default for the board, but it still puts code starting at 0x00027000:

# Build UF2 by default, supported by the Adafruit nRF52 Bootloader
CONFIG_BUILD_OUTPUT_UF2=n
CONFIG_USE_DT_CODE_PARTITION=n
And here's where I see the code still coming after the empty reserved location:
Does anyone know how I can solve this?
Parents Reply Children
No Data
Related