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.

Compiler/CC2541: CAN NOT USE HAL_UART

Part Number: CC2541

Tool/software: TI C/C++ Compiler

i have a trouble when creat  project that use hal_uart 

I 'm trying use hal_uart_isr in port 0 for my project, so my preprocessor definitions are as follows:

HAL_UART=TRUE
HAL_UART_ISR
HAL_UART_ISR=1
HAL_UART_DMA=0
HAL_UART_SPI=0
HAL_ISR=TRUE

plz, help me, thanks