Hi 'Nordic' guys,
splitting the original S110 hex file provided by Nordic , version 5.2, there is an error extracting uicr section.
Now is only 20 bytes and not 32 as old version.
Jlink reports an error occurring at address 0x10001000.
Error: Programming failed @ address 0x10001010 (block verification error) Verification failed @ address 0x10001000
and, as consequence, writing the remaining part of soft device :
Writing bin data into target memory @ 0x00000000. Info: J-Link: Flash download: Flash programming performed for 2 ranges (72704 bytes)
****** Error: Programming failed @ address 0x10001010 (block verification error) Verification failed @ address 0x00000000
Which is the address to start writing uicr ? In old jlink script (works right up to version 5.1)
... loadbin uicr.bin 0x10001000 loadbin softdevice.bin 0 ...
An help is wellcome.
-c