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.

Compiler/CC2530: Compiler/CC2530

Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK

Tool/software: TI C/C++ Compiler

hello.

I use cc2530 to develop a zigbee network. I want to set an application to use the timer3, in cc2530, as a counter. after counting an external event, it should save it in an EEPROM via SPI. all these works are done by End device in zigbee network. after a certain time, the end device should send the counter's content to the coordinator. all zigbee-2007 features should be considered.

the problem is that i don't know that how to start? is it possible to do such a work with cc2530f256?  how to bring zigbee features with this counter code in a unit application?

i am a familiar with IAR compiler.

our grateful thanks for you.

  • Hi hussein,

    Regarding the peripherals usage, you can consult the user's guide swru191f.pdf, you can check chapter 10 for timer3 and chapter 17 for SPI, if you have any specific issue then you can post it and the community can elaborate on this. 

    How much data you expect to save in EEPROM?

    You can start by getting the latest stack version Z3.0 and check the Z-Stack 3.0 sample application User's Guide in section 7, you can use those sample applications as starting point for your development.

    Hope this helps!