Hello, I've begun my learning experience with modification of HRSTM example for STM32WB15. However i seem to have problem with using ADC inside of the task while CFG_LPM_SUPPORTED is set to 1. What can be a cause of such problem?
I've modified basic HeartRate project to run an ADC inside of the task. However this results in adc always returning 0. Sometimes whole application hangs. However when CFG_LPM_SUPPORTED is set to 0. Everything works fine. I've already created github...