IWDT implementation in threads
Hi all, I'm trying to implement the Independent Watchdog Timer (IWDT) on a TrustZone-enabled STM32U5 controller. My goal is to configure and run the IWDT from the Non-Secure (NS) area. Here’s what I’ve done so far: I have an Azure RTOS ThreadX-based...