Stm32 WLE JC WioE5 SUBGHZ PHY HAL Delay , HAL_GetTick() does no work..
Hello. We are developing a p2p application using two Wio-E5 mini modules based on stm32 WLE5JC.
The problem I'm facing is HAL_DELAY not working.
I created the project, chose HSE, LSE, then SysTick, and then after I selected SysTick, HAL_IncTick() was well declared in SysTick_Handler, and I also checked NVIC. But when I do HAL_GetTick() at any moment, I get zero. Isn't there a problem with this??
The Ping Pong example also uses HAL_Delay, but I cannot understand why this happened.
This is very critical for my project becaude when i set modem state in RX, it call timeout in next loop. please help me
