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.

CC2540 编译问题

Other Parts Discussed in Thread: CC2540

我用的是BLE-CC254x-1.3 版本,在我在Options里的Preproce栏目Defined symbols设置为
INT_HEAP_LEN=3000
HALNODEBUG
OSAL_CBTIMER_NUM_TASKS=1
POWER_SAVING
HAL_AES_DMA=FALSE
HAL_LCD=FALSE
HAL_LED=TRUE
CC2540_MINIDK
HAL_UART
HAL_UART_DMA=1
HAL_UART_ISR=0
HCI_UART_BR=3
HAL_KEY=TRUE
编译后出现Warning[w52]: More than one definition for the byte at address 0x6b in common segment INTVEC. It is defined in module "hal_uart" as well as in module "hal_key"
请问这是为什么?