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.

CCS Studio CC2538

Other Parts Discussed in Thread: Z-STACK, CC2538

Is there any research or works going on for making CCS Studio to use for Z-stack?

Is it possible to flash ZHA into CC2538 using  Flashprogrammer2?

Is it possible to omit IAR Embedded workbench for flashing and debugging in CC2538?

  • 1. No

    2. Yes. After you make a project, it will generate bin file that you can download it with flash programmer into CC2538. Using SampleLight as example, you will get SampleLight.bin under C:/Texas Instruments/Z-Stack Home 1.2.0/Projects/zstack/HomeAutomation/SampleLight/CC2538/Coordinator/Exe/ after make SampleLight project. You can flash SampleLight.bin to CC2538 using flash programmer 2.

    3. Yes, you can connected CC2538 and go "Project"--> "Download and Debug" in IAR.