Hi,
I'm using a custom CC2540 board, and my project is based on the KeyFobDemo project.
Here are the preprocessor defined symbols of my project (without oad define) :
INT_HEAP_LEN=3072
HALNODEBUG
OSAL_CBTIMER_NUM_TASKS=1
HAL_AES_DMA=TRUE
POWER_SAVING
xPLUS_BROADCASTER
HAL_LCD=FALSE
HAL_LED=FALSE
GATT_TI_UUID_128_BIT
Then, here is my probem : the project with the oad feature (oad service, BIM, etc...) keeps resetting every almost 500ms (so i can't keep a ble connection with it), while the project without works fine.
I found that with "HAL_LED=TRUE", there's no more resetting and i can connect to it, but then, the led pins are disturbed (by the led driver i guess).
Since i need to free the led pins that i'm interested in (P1_0, P1_1), i would like to keep HAL_LED=FALSE.
Any idea about the "reset loop"?
Best regards,
Gui