TI CC2538 radio turns off after connecting UART

contiki-osRFtexas instrumentsuart

enter image description here

Need help regarding Texas Instruments CC2538 RF module. (https://store.ti.com/CC2538DK-CC2538-Development-Kit-P4532.aspx) The module has an operating range from 2.1V to 3.6V

I'm trying to use the standalone evaluation module CC2538EVM without the SmartRF06 board by powering it up via the USB. Before connecting the UART, the module is working fine and the radio works. As I connect the UART pins (Vcc, Tx, Rx, Gnd), the radio turns off which is confirmed in Wireshark.

Kindly refer to the attached diagram.

Best Answer

I would suggest that you test the setup and hardware first with foundation firmware available for cc2538. In the foundation firmware in the UART configuration just intialise the radio with continuous transmit mode(FRMCTRL1 register o 0x43) and send some dummy packet on UART. The other way to check the setup is use the ZNP workspace from the Smart Light zstack download image from ti.com. As soon as you will burn the ZNP image in CC2538 and power up you can see the data on UART(by default 115200 baud) of CC2538 which will confirm the correct connections and hardware setup.