User Activity

Hello,I use STM32H750XBH6, DataSheet 'Absolute maximum ratings' say that 'Output current sunk by Px_C pins' is 1mAWhat does Px C mean? Does it mean all the pins of GPIOC?Or something else? Thanks!
Hello:I have external sdram on FMC bus. I initialized with bootloader, mapped sdram to Bank2(0xD000 0000), and jumped to APP to run. The configuration of my APP is shown in the figure.I find that the more ram is used in the APP, the longer it takes f...
The configuration of Cubemx is as followsThe configured address is the address of SRAM1-3,given this configuration, why does "Strongly ordered memory" cause a HardFault Thanks.