I am trying to connect a CC2540+Smart RF05B with a computer via serial communication.
My configurations are
// Preprocessor Definitions
# define HAL_DMA TRUE
# define HAL_UART TRUE
# define HAL_UART_DMA 1
# define HAL_UART_ISR 0
//Configuration settings
#define API_UART_PORT HAL_UART_PORT_1
#define API_UART_FC FALSE
#define API_UART_FC_THRESHOLD 48
#define API_UART_RX_BUF_SIZE 128
#define API_UART_TX_BUF_SIZE 128
#define API_UART_IDLE_TIMEOUT 6
#define API_UART_INT_ENABLE TRUE
#define API_UART_BR HAL_UART_BR_115200
My question is, I have been unsuccessful on this, I do not see any data on teh computer. I tried the host test release project and it works , so I know there is no hardware problem. Therefore am I missing something in the configuration. IF someone can give a sample code or some reference it would be very helpful.I have already tried serial app2 application and I have looked through the host test release code, without any result.


