Resolved! Bug: HAL_DeInit() causes the STM32H7 microprocessor to reset.
Hi All, Calling HAL_DeInit() causes the STM32H7 micro to reset when it executes __HAL_RCC_AHB3_FORCE_RESET();#define __HAL_RCC_AHB3_FORCE_RESET() (RCC->AHB3RSTR=0xFFFFFFFFU) HAL_StatusTypeDef HAL_DeInit(void) { /* Reset of all peripherals */ _...