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

nrf52832 SDK 11.0.0 and SD 2.0.0-7 problem

Dear all,

I'm working with nrf52832 and SDK 11.0.0.0. I want to upload SD 2.0.0-7. Download results OK but, nRFgo Studio, when accessing the unit reports:

Region 0 (Softdevice) Size 108KB Firmware:

Unknow(Id: 0x0079)

Is maybe a corrupted SoftDevice?

This due to an usable system and you cannot even upload code but you have to "Erase All"

Thanks.

Parents
  • I've seen this on the nRF51 when my nRFgo Studio was older than the soft device loaded onto the chip. I believe that since the soft device was created after the nRFgo Studio release, nRFgo Studio cannot map the hex version number to a string it can print, so it prints the Unknown instead. Your soft device is probably just fine.

  • ID 0x0079 is correct for S132 2.0.0-7 alpha. You can click "Verify" to check that the SoftDevice is not corrupt (given that the file you have downloaded is not).

    You write that you cannot upload any application code? Do you get a error message? What happens if you try to upload the application using a different tool, such as Keil or nrfjprog? Can you try to build one of the example applications from the SDK and program that?

Reply
  • ID 0x0079 is correct for S132 2.0.0-7 alpha. You can click "Verify" to check that the SoftDevice is not corrupt (given that the file you have downloaded is not).

    You write that you cannot upload any application code? Do you get a error message? What happens if you try to upload the application using a different tool, such as Keil or nrfjprog? Can you try to build one of the example applications from the SDK and program that?

Children
No Data
Related