How much RAM is available of JN5169 with JN-AN-1217?
The JN5169 with 32k ram, but after with JN-AN-1217, how much ram is left to use?
Look forward to your reply!
Solved! Go to Solution.
Hi,
Please look at the Release document in the Doc folder of the AN.
"C:\NXP\bstudio_nxp\workspace\JN-AN-1217-Zigbee-3-0-Base-Device\Doc\JN-AN-1217-Release-Notes.pdf"
1.2 Public v1005: Memory Usage
However, you could use StackMeasure.c file
STACK_MEASURE ?= 0
Regards,
Mario
Hi,
Please look at the Release document in the Doc folder of the AN.
"C:\NXP\bstudio_nxp\workspace\JN-AN-1217-Zigbee-3-0-Base-Device\Doc\JN-AN-1217-Release-Notes.pdf"
1.2 Public v1005: Memory Usage
However, you could use StackMeasure.c file
STACK_MEASURE ?= 0
Regards,
Mario
Hi,
Thanks for your answer!
There is another question asking you,In the following picture,Is "BSS Size" the RAM size occupied?
Look forward to your reply!
Hi,
The BSS contains all the uninitialized data, this information ends up in RAM.
Regards,
Mario
Hi,
Thanks a lot,I got it.