Hi,
I am using CC 2541. I want to send temperature data sensed by cc 2541 sensor tag on UART pins.I got uart sample code in "CC2541_43_44_45_Peripherals_Software_Examples" zip file which I downloaded from this page http://e2e.ti.com/support/wireless_connectivity/f/155/t/278173.aspx.
I tried uart_poll.c after modifying it.I modified it so that I can use P1_4(port 1-pin4),P1_5 for Rx and Tx.I have done this because I took UART output from P1 connector provided on the backside of battery slot on sensor tag(kindly refer schematics for P1 connector pin details).
Now the problem is that I am getting output data on uart tx pin provided if I connect cc debugger to sensor tag.If I remove it ,data from sensor tag stops which I am observing on GTK Term terminaal on linux machine.
Why should I connect CC debugger to get data from CC 2541?