Hello ,Is there any SDK supported on nrf52805 chip? or any proper guidence to program nrf52805 (Module MS46SF11) with Segger studio
Hello ,Is there any SDK supported on nrf52805 chip? or any proper guidence to program nrf52805 (Module MS46SF11) with Segger studio
Hi,
You can use both nRF Connect SDK and nRF5 SDK with the nRF52805, please see nRF52805 Compatibility Matrix - SDK and SoftDevices. In nRF Connect SDK, the SoC is supported from v1.3.0 and later, while the nRF5 SDK does not have support out of the box, but you can port projects for the nRF52832 to the nRF52805 following the guide Developing for the nRF52805 with nRF5 SDK.
We do not have any guides for Module MS46SF11. We recommend using the nRF52 DK for developing for the nRF52805, as it can be used to emulate the functionality of nRF52805. See the guide I linked above for more information about this in nRF5 SDK, and nRF52805 emulation on nRF52 DK for the nRF Connect SDK.
Best regards,
Marte
Thank you for the guidence
hi,
Thank you very much,BLE UART example in nRF5_SDK_17.1.0 worked for me ,PCA 10040e (S112),Though it is targeted for nrf52810 ,it works for module MS46SF11 .
Hi,
I am glad to hear that it worked!
The nRF52805 SoC and nRF52810 SoC are very similar, so you will find that some pca10040e examples work on nRF52805 out of the box. However, you should be aware that there are some differences regarding peripherals and such, so you should make sure that the projects are not using anything that the nRF52805 does not have. You can see the differences between ICs in the comparison table on the nRF52 Series page.
Best regards,
Marte