User Activity

There is this errata for STM32G0B12.2.10 Prefetch failure when branching across flash memory banksDescriptionIn rare cases, the code prefetch may fail upon branching and function calls across flash memory banks,regardless of the DUAL_BANK and nSWAP_B...
I've created two USB MSC host applications with CubeMX (1.3.1) for two STM32H743 boards. One of them is a stock Nucleo-H743ZI2 using the OTG_FS interface, the other one is a custom board with STM32H743II using OTG_HS with the internal transceiver.The...
Executing this code sequence on a STM32H743ZI or STM32H743IIRCC->AHB3ENR |= RCC_AHB3ENR_QSPIEN; QUADSPI->CR = QUADSPI_CR_EN; QUADSPI->CCR = QUADSPI_CCR_FMODE_0 | QUADSPI_CCR_IMODE_0; QUADSPI->DR;i.e. indirect read with only an instruction phase, t...
RM0351 and RM0392 (and maybe others, haven't checked them all) contain this in the System clock (SYSCLK) selection sectionStatus bits in the Internal clock sources calibration register (RCC_ICSCR) indicate which clock(s) is (are) ready and which cloc...
Looking for the STM32G4 reference manual on the st.com website I can see that Version 4.0 is supposed to be available.But clicking on the PDF link gets me Rev. 3 of the document.