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

Footprint of S110 V8.0.0

Hi,

I would like to know what is the footprint of softdevice S110 v8.0.0. When i compile the Glucose code example from Nordic it shows a Program Memory utilised as around 27kB and data memory as 6kB. But somewhere i read that the softdevice has a footprint of 88kB. Can you please clarify?

Thanks

Parents
  • The softdevice and the app are two completely separate things. You don't link the softdevice into your app, you put the softdevice and your app on the device at the same time, softdevice at 0x00000000 and the app after the end of the softdevice.

    So when you build your app it uses the softdevice but doesn't embed the softdevice and your app just shows the amount of flash/ram it itself uses.

Reply
  • The softdevice and the app are two completely separate things. You don't link the softdevice into your app, you put the softdevice and your app on the device at the same time, softdevice at 0x00000000 and the app after the end of the softdevice.

    So when you build your app it uses the softdevice but doesn't embed the softdevice and your app just shows the amount of flash/ram it itself uses.

Children
Related