User Activity

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...
Hi,I could use some help getting started with SPI5 (limited feature set). I want to operate as SPI master and send a single byte. I want to control SS manually as ordinary GPIO out.I've enabled the peripheral clock, and I can see in the debugger that...
Kudos from
Kudos given to