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.

CC3200MODLAUNCHXL: How to run the project of making cc3200 as basestation without rtos

Part Number: CC3200MODLAUNCHXL

Please tell how to disable n where to disable the rtos option in the example program of cc3200 se base station

In ccsv7. I wNt to run the project in baremetal board without rtos. How to do that

  • Hi Monali,

    I recommend you start with one of the non-os based examples from the CC3200 SDK (such as mode_config or ssl) and move over the relevant SimpleLink API function calls to recreate the main application of the RTOS application. There is a series of steps needed to remove the RTOS, which is why it may be easier for you to start from a non-os example.

    The non-os example should already be linked to a non-os build of the SimpleLink host driver (simplelink.a), which is another key step. From there, just make sure you call _SlNonOsMainLoopTask(); in your main loop to make sure you handle all the relevant async events from the SimpleLink network processor.

    Best Regards,
    Ben M