This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

app with S112 not working

Dear all,

I'm using 52810 and have some problem with the S112 softdevice.

My ble app problem is based on SDK 14.0.0.

I download my app hex and the S112 softdevice, but find no ble device.

Anyway, with the s132_nrf52_5.0.0_softdevice.hex, it works.

Is there any setting in the Keil I ignored? Or is there any guide?

thanks.

Parents
  • The Softdevice needs to know where in flash you have programmed your application, and all Softdevices assume your application is located directly on top of it in memory. Have a look at the memory layout of more info. Hence, you will need to change the RAM and ROM settings and compile a new hex file if you want to change softdevice.

Reply
  • The Softdevice needs to know where in flash you have programmed your application, and all Softdevices assume your application is located directly on top of it in memory. Have a look at the memory layout of more info. Hence, you will need to change the RAM and ROM settings and compile a new hex file if you want to change softdevice.

Children
Related