User Activity

Hello,We have random HardFaults on an STM32H750, maybe after several hours of uptime.It seems caused by an access to a wrong RAM location, whose address is fetched from the stack and stored in r2.But the stack seems OK.This happens in a function freq...
Hello, after selecting the .elf file I get hundred of messages of this type:GDB Cmd [print /x & arm_cfft_sR_f32_len128.pTwiddle] failedError: Address of symbol "arm_cfft_sR_f32_len128" is unknownand similar, all related to CMSIS.After I ack all of th...
I'm trying to change the PLLxFRACR on-the fly. Per the reference manual something like this should work:__HAL_RCC_PLL2FRACN_DISABLE(); __HAL_RCC_PLL2FRACN_CONFIG(8191); __HAL_RCC_PLL2FRACN_ENABLE();On a STM32H750 this code seems to have no effect. Bu...
Kudos from