User Activity

Hi,I am not able to get a correct reading from ADC1 INP0 (PA0). All the other analog channels works fine.The datasheet mentions this:ADC option register (ADC_OR), option bit 0 (OP0)For ADC1:0: INP0/INN1 GPIO switch control disabled1: INP0/INN1 GPIO s...
I've noticed some strange behavior when doing sector erase on this device.I erase sector 0..63 on bank 2 and write my data. I can confirm that this operation is correct by reading the flash starting on 0x08080000 using stm32cubeprogrammer.As a verifi...
Based on the information found in AN4286 rev 14, I am trying to command to bootloader to start executing the application.The setup is a H573 and a H563 connected over SPI @ 0.5 MHz. The 573 operates as SPI master, and the 563 as a slave. I know that ...
Hi,in AN2606 rev 64, I cannot find the SPI settings for STM32H563 bootloader, i e CPOL, CPHA etc. For the other MCU:s in this document, this information is provided.For example H72xxx comes with CPOL = CPHA = low.Using these settings, and a rather sl...
Hi,using the code below, the device will not run when set to 250 MHz (PLL1DIVR = 99). It works fine at 200 MHz, and slightly above.HSE is a 25 MHz crystal.What am I missing? static void SystemClockConfig(void){// Must set Vcore to max before we can r...
Kudos given to