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.