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

nRF52 Dev Kit drag and drop program mishandles extended hex

It seems that the nRF52 Development Kit mis-handles extended hex records. If it has type "04" records (extended linear address), it works OK, but if it has type "02" records (extended segment address), it does not program correctly. I use gcc, and the objdump utility only creates the "02" record types.

It appears that nRFgo Studio handles both type correctly.

Related