Hi there,
How can i compile contiki stack (6loWPAN) with Code Composer Studio for CC2538 or CC3200?
Is there a example project?
Thank's and regards
Michael
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.
Hi there,
How can i compile contiki stack (6loWPAN) with Code Composer Studio for CC2538 or CC3200?
Is there a example project?
Thank's and regards
Michael
Alois,
Let me add a little to the comment above. The CC2538 is supported by Code Composer Studio as this is an ARM based SoC, however the older CC2530 is not supported by CCS as this is an 8051 based SoC.
That being said, there are open source solutions for both and here are some starting points.
You are welcome, here are some links to resources needed to get started with Contiki
Regards,
/TA
Hi,
let me add some comments too.
you can find the same Ethernet Module for less than 2.5USD. Check other online shops.
About compiling the Contiki on Code Composer: It can't be impossible! The code composer supports all the tools for the cc2538 device.
The main challenge will be the make file and the linker script. The ones from contiki won't work unless you use an external make tool, like the one from Cygwin that everyone is using.
But impossible? Never.
I am using contiki on my ARM Cortex-M3 + FPGA and it works very well.
Regards and good luck trying to setup the contiki on the CodeComposer. I will give it a try too soon or later.