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

Softdevice Programming

Hi

I am using Segger Embedded Studion on Linux 16.04 operating system. I have programmed softdevice, i.e, I have provided SRAM and FLASH START VALUES and other things. How can I know if I have programmed softdevice properly? When I run, programs that use softdevice, I am able to observe the log details using putty. Does this mean that I have programmed Softdevice properly?

Thanks,

Sai Kiran. 

Parents
  • Hi. 

    Depending on the version of the SDK, the softdevice should be added to the "Additional Load File" in your project, so that the softdevice is automatically downloaded to your DK alongside the application. 

    If you are using SEGGER Embedded Studio, an easy way to see if the softdevice is being flashed together with the application is looking at the output in SES. 
    Attached below a screenshot of the output in SES when I download the ble_app_uart to my nRF52-DK. As you can see "Downloading s132_nrf52_6.1.1 - Download successful" indicated that the softdevice was successfully downloaded to the DK. 

    Best regards, 
    Joakim

Reply
  • Hi. 

    Depending on the version of the SDK, the softdevice should be added to the "Additional Load File" in your project, so that the softdevice is automatically downloaded to your DK alongside the application. 

    If you are using SEGGER Embedded Studio, an easy way to see if the softdevice is being flashed together with the application is looking at the output in SES. 
    Attached below a screenshot of the output in SES when I download the ble_app_uart to my nRF52-DK. As you can see "Downloading s132_nrf52_6.1.1 - Download successful" indicated that the softdevice was successfully downloaded to the DK. 

    Best regards, 
    Joakim

Children
Related