Other Parts Discussed in Thread: CC2538 , CC1200 Hello,
I found CC2538+CC1200 refernce design.
http://www.ti.com/lit/an/swra437/swra437.pdf
But, I can't find SW source code for CC2538+CC1200 EM.
If there is SW for CC2538+CC1200 EM, I want to receive…
Hi Mike,
What software resource do you plan to use with the CC2538? CC2538-SW , Z-STACK , and TIMAC only support IAR EWARM. More E2E threads .
Regards, Ryan
Yes, as the CC2538EMK does not have a XDS100v3 debug probe. This is provided by the SMARTRF06EBK and the direct CC2538EMK connection is for USB peripheral interfaces, you can download CC2538-SW for more information and examples.
Regards, Ryan
Hi Kamalesh,
You will need a motor driver IC or some other form of separation (like a relay or MOSFET) to protect the CC2538 pins. You can refer to the CC2538-SW Foundation Firmware for PWM, GPIO, and other communication drivers to help control the…
Hi Munar,
With what code are you initializing the pin trigger? Also, do you mean that the interrupt triggers in a debugger session but not free-running, or that a physical JTAG connection is required for expected operation as compared to supplying just…
Hi Zihao,
Have you referred to the dma_flash and dma_sw examples from the CC2538-SW Foundation Firmware? You can also review the udma.c/h comments, perhaps uDMAErrorStatusClear would help resolve the behavior.
Regards, Ryan
By software installation, I was wondering what software you were referring to, or what link was used to install it.
For example, CC2538 has the foundation firmware:
This doesn't look like a BSD-3 clause, so I'm hesitant to say whether it may be used…
Hello Ahed,
You can review the TRM for more information concerning these registers. In Z-Stack and RF examples, I've only ever seen RFC_OBS_CTRL0/1 modified to control signals to RF frontend chips. You can perhaps also reference the CC2538-SW including…