Part Number:CC2640
Tool/software: Code Composer Studio
Hi,
I had been developing a wearable application using the TI-CC2640,and BLE stack ver 2.2.1
It is found that the Advertisement stops after few hours(approx 4hrs),also mentioned in the TI-Forums
as a known issue and a patch has been released that restart the advertisement using a timer.
Instead of the timer I have configured button hwi that calls the same patch thorugh an event
but it is found that this does not makes the advertisemnt to start after around 4hrs; I also
suspect that this could be because of stack overflow or low power policies as the POWER_SAVING option
is enabled in the code.
How can I resolve this issue?
Regards,
Joe