Hello,
I am having some trouble migrating from the nrf52 DK to my custom board with an nRF52832 and running as standalone.
The application is working as intended when the custom board is connected to the DK debug header as well as on the DK itself.
Following the tutorial here:
devzone.nordicsemi.com/.../getting-started-with-nordics-secure-dfu-bootloader
I managed to get this to work, until it suddenly stopped. I tried going back to older code I had and I can't seem to repeat my success. (could it been a lucky upload order of the bootloader and DFU?)
Could someone please provide some pointers to the overall process, I cannot seem to find any concrete information anywhere.
My (lax) requirements:
-No need for security of any kind including CRC checks
-Programming will be done via the nrf52 DK (nrf52832) debug header
-both bootloader (required?) and application will be uploaded manually (no need to merge hex, open to try if that helps)
-Not using a softdevice
-Development on Segger
I am by no means a SW/FW developer and micros are understood in general, but am likely missing some general concepts. I would like to receive an overview of the process to see whether I am missing something. Please assume I know nothing and that I made every possible mistake.
Thank you in advance,
Nobody