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.

OS on CC2538

Other Parts Discussed in Thread: CC2538, Z-STACK

Hi,

Can any one answer my below questions.

1. I have C2538dk with SmartRF06 Evaluation board. What is the default OS it comes with?

2. If there is no default OS, then how the examples(PER test, Zigbee stack test) given in TI websilte are working. Are there any OS files or libraries included in the given IAR workbench.

3. If there is no default OS, then how to flash OS onto C2538dk. I have seen examples where the application is compiled along with Contiki source code and the resulting binary is flashed to CC2538. Instead i want to flash contiki OS first on CC2538 and then flash only standalone applications on top of contiki. Is it possible?

Thank you,

Chandrakala

  • 1&2. As I know, CC2538DK is preloaded with SampleSwitch and SampleLight of Z-Stack Home. Z-Stack uses a Private Tiny OS and all the OS files are start with prefix osal_XXXX.

    3. The contiki OS is complied with application code together when you build it for CC2538. You can't flash contiki OS first and then flash standalone application if I am not wrong.