Perfect, I was hoping that would be the only exceptionABOSTM wrote: Fri Aug 05, 2022 12:16 pm Yes all, Exceptions are, of course, those not supporting USB.

ABOSTM wrote: Fri Aug 05, 2022 12:16 pm Most of the time, CPU clock (or core clock) is the same than HCLK, but there are exceptions
Thank you for clarifying, I haven't seen more than a couple of exceptions as of yet.ABOSTM wrote: Fri Aug 05, 2022 12:16 pm The point is to have the max frequency on core(s), and buses (AHBx, APBx).
Sorry, that should now be fixed, seems that I missed an option in Google Drive
I've managed to locate it in a subfolder under 'Core'ABOSTM wrote: Fri Aug 05, 2022 12:16 pm with cubeMX you generate the code of the project, within the generated project look for function void SystemClock_Config(void)
the following exceptions I have found so farABOSTM wrote: Fri Aug 05, 2022 12:16 pm Hopping there is not too much of those, I think it should be handled manually.
Code: Select all
STM32F205RBTX_FLASH.ld
STM32F205VBTX_FLASH.ld
STM32F205ZCTX_FLASH.ld
STM32F207ICHX_FLASH.ld
STM32F207VCTX_FLASH.ld
STM32F303C6TX_FLASH.ld
STM32F303R6TX_FLASH.ld
STM32F303VBTX_FLASH.ld
STM32F303ZDTX_FLASH.ld
STM32F328C8TX_FLASH.ld
STM32F334C4TX_FLASH.ld
STM32F334R6TX_FLASH.ld
STM32F358CCTX_FLASH.ld
STM32F358RCTX_FLASH.ld
STM32F358VCTX_FLASH.ld
STM32F398VETX_FLASH.ld
STM32F405OEYX_FLASH.ld
STM32F405ZGTX_FLASH.ld
STM32F407IEHX_FLASH.ld
STM32U575AGIX_FLASH.ld
STM32U575CGTX_FLASH.ld
STM32U575OGYXQ_FLASH.ld
STM32U575QGIX_FLASH.ld
STM32U575RGTX_FLASH.ld
STM32U575VGTX_FLASH.ld
STM32U575ZGTX_FLASH.ld
STM32U585AIIX_FLASH.ld
STM32U585CITX_FLASH.ld
STM32U585OIYXQ_FLASH.ld
STM32U585QIIX_FLASH.ld
STM32U585RITX_FLASH.ld
STM32U585VITXQ_FLASH.ld
STM32U585ZITX_FLASH.ld
STM32U595ZJTXQ_FLASH.ld
STM32U599BJYXQ_FLASH.ld
STM32U599NIHXQ_FLASH.ld
STM32U5A5ZJTXQ_FLASH.ld
STM32U5A9BJYXQ_FLASH.ld
STM32U5A9NJHXQ_FLASH.ld
STM32WB10CCUX_FLASH.ld
STM32WB15CCUX_FLASH.ld
STM32WB1MMCHX_FLASH.ld
STM32WB30CEUXA_FLASH.ld
STM32WB35CCUXA_FLASH.ld
STM32WB50CGUX_FLASH.ld
STM32WB55VCQX_FLASH.ld
STM32WL54JCIX_FLASH.ld
That's fair enough, I have been working under that assumption from the guide, as the only oscillator you can count on is the one built into the MCUABOSTM wrote: Fri Aug 05, 2022 12:16 pm One last advice, because we consider Generic boards, we cannot rely on external hardware,
so use of LSE/HSE is forbidden and replaced by internal oscillators LSI/MSI/HSI.