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

Programming nRF52

I've got the nRF52 preview development kit and I am trying to flash a binary in it.

I am using JLink_Linux_V501a_x86_64 the way I was using for nRF51, but I can't get anything written. Even though loadbin reports success, nothing is really written:

J-Link>loadbin out/minimal_xxaa.bin 0
Downloading file [out/minimal_xxaa.bin]...O.K.
J-Link>mem32 0x0, 0x100
00000000 = FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF 
00000010 = FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF 
00000020 = FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF 

Am I doing something wrong? How should I write the binary? The JLink changelog mentions nRF52, though ExpDevList only mentions nRF51-based devices...

Related