Other Parts Discussed in Thread: CC2538, CC2538-SW
Hello,
Can one communicate with CC2538EM via USB (e.g. terminal)
BR
Pavel
P.S. I precise that CC2538EM is alone (without SmartRF06)
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.
In the case of CC2538EM+SmartFR06 I use simple printf commands for program diagnostic.
Will printf work with only CC2538EM ?
BR
Yes.
Please have a look at the software examples for the cc2538.
http://www.ti.com/tool/cc2538-sw
/TA
Hello,
In my project I use Contiki staff (not TI firmware).
What I can state is: CC2538EM (as opposed to CC2538EM + SmartRF06) isn't seen by terminal tools (I use Hterm 0.8.1 beta).
At the same time I'm sure that CC2538EM is powered and works properly (I control its behavior by RF-link with another board).
Regards
Pavel.
Yes, the CC2538 port in Contiki supports USB-CDC (virtual COM port), please see http://processors.wiki.ti.com/index.php/Contiki-6LOWPAN
and https://github.com/contiki-os/contiki/tree/master/platform/cc2538dk
-Jonas