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

Developing for nRF52810 - the full story?

nRF5 SDK > nRF5 SDK v15.0.0 > User Guides > Developing for nRF52810 gives a list of things to do to adapt an nRF52832 project to an nRF52810 target.

But, looking at the SDK v15.0.0 PCA10040 (nRF52832) and PCA10040e (nRF52810) blinky example, there are a few extra  changes which are not mentioned; viz,

  • Change FLOAT_ABI_HARD to FLOAT_ABI_SOFT
  • Change __HEAP_SIZE=8192  to 2048
  • Change __STACK_SIZE=8192 to 2048

Are these essential, or just optional?

Are there any others?

EDIT

Please see updates below if the link doesn't work ...

Related