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

SDK Memory

Hi,

Please help to share Memory size of following SoftDevices:

S112

S113

S132

S140

Also, what will be the memory size of SoftDevice if i implement Central + Bootloader feature for OTA implementation and which SoC should be good enough ?

Which Softdevice enables me to implement above features.

Thanks.

Parents
  • Hi Digesh,

    The actual RAM size required for the softdevice depends on the configuration of the application ( for example maximum number of connections, number of base UUIDs ) 

    Note that the Bootloader doesn't run at the same time with the application so the softdevice will be in peripheral mode when running with bootloader. 

    If you are getting started with the Nordic's softdevice, I would suggest to test with the application first, before testing with the bootloader. 

  • Hi Hung,

    * Sorry, i meant how much Flash will be consumed by each of above softdevice.

    1)  So to run the bootloader feature, we need the SoC to be able to run as Central and Peripheral also, in that case how much Flash is needed ( Central + Peripheral + Bootloader).

    2) I want to do below on application side.

    • Scanning BLE tags, Filtering certain devices ( by Name) & forwarding filtered data to main uC
    • Serial / UART over BLE for connecting with a remote configuration device
    • Updating the FW of BLE chip over serial port

    Can you let me know how much Flash will be consumed if i implement point 1)

    and How much if i implement Point 2. Just a tentative no. Need not be exact.

    Look forward to your guidance. Thanks.

Reply
  • Hi Hung,

    * Sorry, i meant how much Flash will be consumed by each of above softdevice.

    1)  So to run the bootloader feature, we need the SoC to be able to run as Central and Peripheral also, in that case how much Flash is needed ( Central + Peripheral + Bootloader).

    2) I want to do below on application side.

    • Scanning BLE tags, Filtering certain devices ( by Name) & forwarding filtered data to main uC
    • Serial / UART over BLE for connecting with a remote configuration device
    • Updating the FW of BLE chip over serial port

    Can you let me know how much Flash will be consumed if i implement point 1)

    and How much if i implement Point 2. Just a tentative no. Need not be exact.

    Look forward to your guidance. Thanks.

Children
Related