Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52805 sdk_config.h file

Good morning,

I'm developing an application for nRF52805.

I saw that in SDKFolder/config there are all "complete" sdk_config.h files for all nrf52 targets except for the nrf52805.

Is it correct to copy the complete nrf52810 folder as nrf52805 and assume that folder is correct or does it need some modifications?

Best regards,

Andrea

Parents Reply
  • Hi Andrea, 

    SDK 17.0.0 is replaced by 17.0.2. In SDK17.0.2, the memory setting method has changed, so using the SDK17.0.0 example results in a compilation error. The nRF52810 and nRF52805 are products of the same flash and RAM size. You need to copy the nRF52810 example (pca10040e folder) from SDK17.0.2 to create the pca10040e_nRF52805 folder. Applying the steps described in the blog will compile without any compile errors.

    -Amanda H.

Children
Related