Hi,
I'm using keyfob from cc2540 mini DK and blestack 1.3 (BloodPressure project). When I switched on HAL_UART=TRUE, I got following warning
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"
which prevents hal_key to work properly (no key press interrupts).
Any hints how to solve this ?
Preprocessor defines I use:
INT_HEAP_LEN=3072
HALNODEBUG
OSAL_CBTIMER_NUM_TASKS=1
HAL_AES_DMA=FALSE
HAL_DMA=TRUE
POWER_SAVING
xPLUS_BROADCASTER
HAL_LCD=FALSE
HAL_LED=TRUE
HAL_UART=TRUE
CC2540_MINIDK