User Activity

Should ICACHE be invalidated when a double ECC error occurs?
In the FLASH_ECCDETR register, the ADDR_ECC field description contains:"The address in ADDR_ECC is relative to the flash memory area where the error occurred(user flash memory, system flash memory, data area, read-only/OTP area)."But I'm having troub...
I'm trying to use the STM32H563 HASH peripheral to speed up sha256 calculations.The examples all use HAL_HASH_Start() to write the entire message at once.However, I'd like to feed chunks of data to the peripheral. The OEMiROT mbedtls sha256_alt drive...
I'm trying to use CMSIS DSP on a STM32H563, but I do not get the expected results.In X-CUBE-ALGOBUILD.1.3.0, when I select DSP Library  in STM32CubeMX, the installed arm_math.h does not list Cortex-M33 support: #error "Define according the used Corte...
I am using an stm32h563 nucleo 144 board, and I am frequently running into the issue that after a power cycle the LSE does not start.This is the relevant part of my SystemClock_Config: LL_PWR_EnableBkUpAccess();while (LL_PWR_IsEnabledBkUpAccess () ==...