This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC1352P: Memory Size of stack of 6LoWPAN

Part Number: LAUNCHXL-CC1352P

Hi Team,

I need an info on the how much the stack of 6LoWPAN needs in term of memory size.

Regards,

Fabio

  • Hi,

    Using the sink image of the multicast example, the flash used is ~81kB.

    Instructions on how to build the project, please refer to github.com/.../Platform-simplelink.
    To find the size, I ran the command in the directory which the project was built:
    arm-none-eabi-size <project>.hex.

    Eg. for the multicast example, after building the hex I ran arm-none-eabi-size sink.hex, and get a data size of 81,739 bytes.



    Regards,
    Toby