Question
WWDG RESET Due to osDelay
Behaviour of WWDG on STM32L071KZUx.
- We are trying to read and write 256bytes from the Slave. In a specific case the Slave needs delay of 120ms to process the data when we add 120ms of delay in the MCU, the void HAL_WWDG_EarlyWakeupCallback(WWDG_HandleTypeDef* hwwdg) callback is triggered and it will reset the MCU.
- we are using osDelay() to give 120ms delay,
- What are all the possible cases to trigger this HAL_WWDG_EarlyWakeupCallback callback ?
- How to fix this issue ?
