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

Flashing pca10059

Hi, I have pca10059 dongle. I soldered goldpins to swdio and swdclk lines to be able to flash it using external nrf dk. So I connected external jlink programmer and was able to reset board. So I decided to erase it to flash my software. But right after erase command I was not able to do anything with dongle and I was just getting JLink errors. What is the solution are possbile problem?

Regards,

Michał

Parents
  • Hi Michał,

    The problem is that UICR.REGOUT0 register got cleared once you did the chip erase.  Thus changing the I/O voltage from 3.3V to 1.8V . Unfortunately, the only way to re-program the chip is to use an external J-link programmer that supports 1.8V programming. The Jlink lite on the dev kit requires a target voltage of >3v. Do you have an external programmer you can use?

    Our documentation should definitely include a warning about this. I will report it internally. 

Reply
  • Hi Michał,

    The problem is that UICR.REGOUT0 register got cleared once you did the chip erase.  Thus changing the I/O voltage from 3.3V to 1.8V . Unfortunately, the only way to re-program the chip is to use an external J-link programmer that supports 1.8V programming. The Jlink lite on the dev kit requires a target voltage of >3v. Do you have an external programmer you can use?

    Our documentation should definitely include a warning about this. I will report it internally. 

Children
Related