Hi,
How much memory is required for each protocol?
My customer want to use CC1352R to run:
1. Sub1G + Zigbee
2. Sub1G + Thread
3. Sub1G + Zigbee +Thread, is it possible run this three protocol at the same time?
Thanks a lot.
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.
Hi,
How much memory is required for each protocol?
My customer want to use CC1352R to run:
1. Sub1G + Zigbee
2. Sub1G + Thread
3. Sub1G + Zigbee +Thread, is it possible run this three protocol at the same time?
Thanks a lot.
Hi,
You can find build sizes after building a project, in the .map file.
For example, the Zigbee example zr_sw:
MEMORY CONFIGURATION
name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ---- --------
FLASH 00000000 00052000 00039e54 000181ac R X
FLASH_NV 00052000 00004000 00004000 00000000 RW X
FLASH_LAST 00056000 00002000 00000058 00001fa8 R X
SRAM 20000000 00014000 00004880 0000f780 RW X
The FLASH "used" value shows the value used by flash for the application code.
1. and 2. are possible, please see the following SLA for instructions on how to implement: http://dev.ti.com/tirex/explore/node?node=AMu-cvNgpJsLYI.IMLUI.A__pTTHBmu__LATEST
3. Currently 2 protocol support is possible. Please see "System Performance and Limitations" in the DMM User's Guide: http://dev.ti.com/tirex/explore/node?node=AEKDw4UXFWWpjzogXjgVAQ__pTTHBmu__LATEST
Regards,
Toby