Other Parts Discussed in Thread: CC2630, CC2530
Hello,
I am now using CC2530 with ZNP firmware. This firmware for CC2530 is different from that one for CC2630. In CC2630, TI separated ZNP firmware into ZNP firmware for Coordinator, firmware for End Device, etc and it only has the size ~113kb in flash memory. But the ZNP firmware for CC2530 is used for all type of devices and it takes ~213kb in memory.
So my question is if I only use CC2530 ZNP for End device, how I can efface all the lines of code in ZNP firmware which is support Coordinator and Router.
For example:
I call ZNP firmware after remove all the code lines which is support Coordinator and Router (only support End Device) is "A". And call the original ZNP firmware is "B".
So in your perspective, will B slow down the process of CC2530 than A or it will not affect at all?
Thank you very much.