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.

CC2530EMK

Other Parts Discussed in Thread: CC2530EM, CC2530, Z-STACK

Good morning ,

Can you please tell me which IDE is used for the cc2530EM in order to develop the code for my application.

Can you  please tell me what is procedure we need to following in order to develop the code for my application requirement and as well as softwares and hardware required for that.

  • Good morning,

    All of the software examples and stack software for CC2530 are built with the IAR EW 8051 IDE

    You can find more information about IAR here:

    www.iar.com.

    In order to develop software for the CC2530 I would recommend having a CC2530DK. This includes the EM's as well as SmartRF05EB which you can use as debugger probe and software development platform. You can find more information about the kit here:

    http://focus.ti.com/docs/toolsw/folders/print/cc2530dk.html

    With regards,

    Bjørn

  • hi Bjorn.

    Can you also guide me on how i should start on making my own application using CC2530?  i need it to be Zigbee compliant so im sure i have to use the stack but i don't know how i should do it.  shall i use the software examples and just add my application-specific code?  if yes, which is the best sample app that i can  use?

    by the way, my project is composed of one coordinator with multiple nodes sending data ( >50 bytes).

    thanks.

     

    regards,

    Gold

  • Hi,

    My advice would be to start with running the sample application (e.g. GenericApp or one of the others),and  look at the documentation. You could start with the document "Z-stack Sample applications.pdf" and see which of the sample applications that are closest to your application.

    Then look at the source code of the sample application and modify it to what you want your application to do.

    Regards,

    Bjørn

     

     

     

     

     

  • Hi Bjorn.  thank you for  the reply.

     

    I just need to confirm.  can i use the sample application provided (with some modifications to add other functions) and market the product?  thanks.