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

Is s132 6.1.0 supported on nrf52810?

I am developing a firmware application that needs simultaneous central and peripheral role. I am using sdk 15.2.0 and was experimenting on dev board PCA10040. I have taken ble_app_hrs_rscs_relay as base and removed unwanted code from it. I changed the project so that it would support nrf52810 and the build is successful. But the applications stops responding when I try to connect to the peripheral part of the application.

Can you confirm if I can use this combination?

  • s132 6.1.0
  • SDK 15.2.0
  • nrf52810

I read on devzone that s132 5.1.0 is production tested with nrf52810. So if the above combination is not suitable then can I use the below combination?

  • s132 5.1.0
  • SDK 15.2.0
  • nrf52810

Note that I am using SES and when I change NRF52810_XXAA macro to nRF52832_xxAA in my project file, everything seams to work fine.

Parents Reply Children
Related