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.

How to run an Ethernet stack with the Z-Stack on CC2530?

Other Parts Discussed in Thread: CC2530

dear all

  i would want  to use the cc2530 work as coordinator, and the coordinator need an Ethernet to build the communication between the coordinator and computer.I found the coordinator code compiled out ,and the RAM need more than 7K,but the cc2530 own RAM only 8K.

  If I add the Ethernet,it needs a tcp/ip protocol ,in my mind,UIP is very fit for the system.But i also need ram to run the protocol,the microcontroller  has only less the 1K RAM,it is difficult to do the application code

   Whether the occupied RAM can the coordinator code to streamline without affecting its performance?Whether there is a better way to solve this problem!

   thank you!

  • Hi,

    I guess it is better to separate the tasks - CC2530 runs ZigBee functionality and another controller runs Ethernet functionality. The core of CC2530 is 8051-based so it has quite restricted performance let alone a lack of RAM.

    regards,

    Ilya