STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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_Handle...

VSoun.1 by Associate II
  • 338 Views
  • 2 replies
  • 0 kudos

I am using a STM32G474 and testing it in a nucleo-64 board. When I enable the hardware window watchdog and the hardware independent watchdog my software does not run. it seems to get stuck after each startUp.

The hardware watchdogs is set through an option byte modification done by software and right afterwards the WWDG and IWDG init functions are called as well as the refresh API, called periodically. If I change my code to use the SW WWDG and IWDG then ...

AMija.1 by Associate
  • 193 Views
  • 1 replies
  • 1 kudos

Timing issue when TIM10 interrupts HAL IWDG macro

I am using a STM32F746VET6 to drive time critical signals on up to 14 pins. I am bit banging these signals in the ISR. I was surprised to find after a benign change I started to have jitter in these signals. I tracked it down to the ISR firing during...

RBack.1 by Senior
  • 295 Views
  • 4 replies
  • 1 kudos

Stop STM32L IWDG

Using the IWDG within STM32L452 in its window mode.At some point the application needs to freeze the IWDG module functionality, or as a minimum make it work as in non-window mode.Is this possible? If yes, using which function?Note the I couldn't loca...

IP.2 by Associate II
  • 136 Views
  • 1 replies
  • 0 kudos

STM32U5 sometimes does not reconfigure IWDG.

At startup, I set the watchdog timer to 8 seconds.IWDG->KR = IWDG_KEY_ENABLE; IWDG->KR = IWDG_KEY_WRITE_ACCESS_ENABLE; IWDG->PR = IWDG_PRESCALER_64; // 8 s IWDG->KR = IWDG_KEY_WRITE_ACCESS_DISABLE;Further, in the interrupt, when the button is pressed...

Sheller by Associate
  • 140 Views
  • 1 replies
  • 0 kudos