This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Does the S110 v7.0.0.3-alpha DFU bootloader support nRF51822XXAB (128k) part?

Does the S110 v7.0.0.3-alpha DFU bootloader support nRF51822XXAB (128k) part?

I'm trying to flash the DFU bootloader on my custom PCB that contains a nRF51822XXAB part.

I can see that the bootloader project maps the code to the area starting from 0x3B000 so I changed it to 0x1B000 to match the memory map of the 128k part. I can successfully flash it onto the device from Keil, but in nRFGo Studio I can see that the 0x3B000 is hard coded in the HEX file somewhere since it reads it out along with crazy region size information, which is I guess also read out from a hard coded location [see attached image].

So, is it possible to modify this HEX file to test the S110 v7 with DFU with a custom part or I should forget about it and wait for the official release?

s110_bootloader_nRF51822XXAB_part_issue_in_nrfgo.PNG

Related