Hi,
I am wondering that, the flash memory of CC2530 is maximum 256 KB, and my hex file after compiling the Zstack is 413KB. How it is downloaded and works fine?. And what is function of 8KB RAM in CC2530.
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,
I am wondering that, the flash memory of CC2530 is maximum 256 KB, and my hex file after compiling the Zstack is 413KB. How it is downloaded and works fine?. And what is function of 8KB RAM in CC2530.
1)So, how can i see my program size after compiling?
2)if i download compiled file to CC2530, Which memory it stores? and where it runs?
1. There is a *.map file in the output folder, which shows details of binary.
2. It is stored to 256K NV flash of CC2530. It runs directly on the flash.