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.

CC26xx Z-Stack Home Code Requirements

Other Parts Discussed in Thread: Z-STACK, CC2630

Where can I find the estimated stack sizes for the CC2630 Z-Stack Home?

Access Points, Routers, End Devices.

 

Thanks,

Robb

  • Hi Robb,

    When the application and stack both reside in the CC26xx, CC26xx supports end device configuration only . In this configuration for the two threads - application and stack following are the memory usage data from the map file of the Home Automation Sample Switch Application.

    Application Thread:
    34 884 bytes of readonly code memory
    2 880 bytes of readonly data memory
    12 330 bytes of readwrite data memory

    Stack Thread:
    64 406 bytes of readonly code memory
    341 bytes of readonly data memory
    2 325 bytes of readwrite data memory

    To implement either the Coordinator or the router, CC26xx ZNP configuration with a host processor for ex- Sitara AM335x, etc running the application can be used. In this case the application will not reside on the CC26xx.

    Regards
  • Information in detail, cool!