User Activity

As per RM0468, STM32H72x and STM32H73x chips have 192 KB of SRAM in the D1 domain that is 'sharable' between ITCM and AXI SRAM, ie. it can be allocated as ITCM or AXI SRAM with 64KB granularity,It is known that SRAMs in D1 (or any other domain for th...
I've always been a little unsure about how FIFO manages data transfer, so I ran a little experiment with a logic analyzer to understand it better, the result confused me even more.I set up OCTOSPI to transmit 128 bytes to an external QSPI memory, wit...
I'm configuring I2C4 as a slave receiver, using interrupt method. I noticed that when the I2C master (another MCU) sends the slave address, I2C4 detects an address match and sets the ADDR flag in the I2C4->ISR register. What baffles me is that at thi...
Reference Manual for STM32H72xxx/73xxx (RM0468), section 2.6, says that the embedded bootloader can be accessed via I2C1, I2C2, I2C3, I2C4 and SPI1, SPI2, SPI3, SPI4, however AN2606 only lists I2C1, I2C2, I2C3 and SPI, SPI3 as the working I2C and SPI...
Definition of I2C5 is missing from the STM32H723.svd file found in STM32CubeIDE 1.6.1 installation directory.Is this a mistake or by design? Because of this I can't access I2C5 control registers in the debugger.
Kudos from