HAL_LPTIM_Counter_Start_IT returning HAL_TIMEOUT
Hi. I am using STM32L412KBTx for my application. I am using LPTIM for 150ms and 5s timings.The pattern is like 150ms-->5s-->150ms whenever data is received over LPUART.So, for first 150ms timeout value, it runs fine and when I start for 5s timeout va...