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

Softdevices Size

Has anybody created a table of what SD consumes in term of Flash and RAM. More specifically I need the resources taken by S332, which include BLE and ANT + DFU. Regards,

  • Hi,

    You can find the memory requirements for the S332 in the release note document (ANT_s332_nrf52_x.x.x_releasenotes.pdf). For version S332 v.4.0.2 the combined MBR and SoftDevice memory requirements are:

    • Flash: 168kB (0x29000 bytes)
    • RAM: 7.73kB (0x1E30 bytes) (minimum required memory - actual requirements are dependent upon the configuration chosen at sd_ble_enable() time)

    Note that the S332 SoftDevice is provided by Dynastream in collaboration with Nordic Semiconductor, and can be downloaded from the Dynastream webpage.

Related