Question
SysTick in Standby and Sleep mode
Hi,
I am using Nucleo-L476RG. My I want to send data over SPI every 20000ms and during this 20000ms MCU will goes in sleep/standby mode. I want to keep track time of last 2 SPI data transmission.
But the issue is HAL_GetTick() reset after waking up from standby mode. so not able to track the time between last two data transfer.
