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.

MSP430 + CC2564B Low power using Hogp demo key driver

Hi,

I am working on a project using MSP430 + CC2564B. I am using Bluetopia stack v1.2 R2. The product will be a kind of wearable with a little battery so the low power is the key here. The project is now valiated and all the function ok, I just need to make it with the lowest power consumption possible.

In my device I have two button, so I use the key driver from the demo HOGP to make it quick. The thing is that I need to stop the clock (basicly I use the function void HAL_LowPowerMode in order to go to PM3). But the thing is that the driver is based on the system tick. When I stop the clock, the driver behaviour is really odd and don't work fine at all (but if I comment PM3 in the function everything is okay).

Is anyone succeed to use this driver with PM3 and the Timer tick stoped? Or is another driver like this one availlable and optimized for low power operation?

The MSP430 need to be in PM3 when the key are not pushed, or when it is not needed for Bt/BLE operation otherwise the battery consumption is too high (need to stop the scheduler ....)

Thansk in advance,

Anthony