User Activity

Hi We want to use STM32U575 Watchdog Mechanism in our operational FW, but have the following concerns:1. Can MCU ST Bootloader kick the WD in general, and especially duringca FW update, when it is busy writing/reading to flash the new FW to update or...
Hi We want to use STM32U575 Watchdog Mechanism in our operational FW, but have the following concerns:1. Can MCU ST Bootloader kick the WD in general, and especially during FOTA, when it is busy writing/reading to flash the new FW to update or during...
HelloTIM1 Capture Compare interrupt of STM32U575 - fails to count pulses of a temperature sensors connected to its channels.We use few temperature sensors of the same kind: LMT01 of TI(https://www.ti.com/lit/ds/symlink/lmt01.pdf?ts=1683467074947&ref_...
In an earlier project based on STM32F7x, we had to add memory remapping by hand:SYSCFG->MEMRMP = 0x01;There is no equivalent in SYSCFG for STMU575, nor did I find relevant bits under SYSCFG->CFGR1 or CFGR1->CFGR2 or other field as part of SYSCFG.