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

Proper IROM and IRAM settings.

Hi,

I am basing on examples for PCA10040 board with 52832.

Now I want to make some app for 52810.

I want to use softDevice s132 version 6.1.0.

I am a little bit confused about setting proper IROM and IRAM, because in different version of s132 I see different answers about IROM and IRAM.

Could You help me with choosing right IROM and IRAM settings for 52832 and for 52810?

Regards,

Artur

Parents
  • Hi Arthur, 

    the S132 v6.1.0 is not compatible with the nRF52810, please see the nRF52810 Compatibility Matrix. Its only the S132 v5.1.0 that is compatible with the nRF52810. All the nRF52 Series SoftDevices will return the RAM start address and size when you call sd_ble_enable to enable the SoftDevice. The flash requirement for the respective SoftDevice versions can be found in the release notes which are bundled with the SDK, e.g. nRF5_SDK_15.0.0_a53641a\components\softdevice\s132\doc and \nRF5_SDK\nRF5_SDK_15.0.0_a53641a\components\softdevice\s112\doc. 

    S112 v6.0.0 Release Notes

    S132 v6.0.0 Release Notes

    Best regards

    Bjørn 

Reply
  • Hi Arthur, 

    the S132 v6.1.0 is not compatible with the nRF52810, please see the nRF52810 Compatibility Matrix. Its only the S132 v5.1.0 that is compatible with the nRF52810. All the nRF52 Series SoftDevices will return the RAM start address and size when you call sd_ble_enable to enable the SoftDevice. The flash requirement for the respective SoftDevice versions can be found in the release notes which are bundled with the SDK, e.g. nRF5_SDK_15.0.0_a53641a\components\softdevice\s132\doc and \nRF5_SDK\nRF5_SDK_15.0.0_a53641a\components\softdevice\s112\doc. 

    S112 v6.0.0 Release Notes

    S132 v6.0.0 Release Notes

    Best regards

    Bjørn 

Children
Related