User Activity

Hello,I wrote a Boot program in flash to initialize sdram and copy the app program to run in sdram. The current state is able to jump and run normally, but the length of jump time seems to be positively correlated with the size of global variables in...
I use STM32H750XBH6, Flash is 128kBytes.My Program is too big,so I Write a BootLoader to load the program into sdram ,and run it in sdram.This is the setting of my APP in keil,This way can run the program successfully , but I cannot debug APP in Keil...
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...