User Activity

When using HAL library, HAL_Init has init code:#if (INSTRUCTION_CACHE_ENABLE == 0U)__HAL_FLASH_INSTRUCTION_CACHE_DISABLE();#endif /* INSTRUCTION_CACHE_ENABLE */#if (PREFETCH_ENABLE != 0U)__HAL_FLASH_PREFETCH_BUFFER_ENABLE();#endif /* PREFETCH_ENABLE ...
Version 1.15.0 and also 1.15.1 wrongly limit PLLQ to not greater than 33MHz regardless what VCO is.The reference manual says 128MHz or 32MHz are allowed for high and low VCO. But only 32MHz is allowed for 1.15.0 and later. Older versions do not have ...
I am using STM32G030/STM32G031. After upgrading to STM32CubeIDE 1.15.1, when I click .ioc files and it will ask for two options:If I choose Continue, Clock Configuration still works fine.  But If I choose Migrate, clock settings have error and I can'...
Running STM32CubeProgrammer v2.11.0, Mac version. It shows update is available, but update screen show current version is v2.11.0 and "No update available". The Updater is v.1.3.3 as shown on screen.After manually update by downloading from ST site, ...
Kudos given to