Hi,
I am trying to flash my nrf52840 dongle via nrfconnect, but it doesn't work.
My project is based on BlueTooth and ZigBee connectivities, so I opened the programmer and I have loaded the softdevice hex file from sdk/components/s140/hex, then i have loaded my application hex file, I clicked write from programmer UI and I have waited until the programmer finished, but the application didn't work.
I reopened the programmer and loaded the dongle to see the application after the flashing, and I found the same components that I have uploaded + bootloader section
My application's address range is 0x00026000 - 0x00057ED0
So, anyone can tell me where is the problem here??
Thank you