Hello guys, recently I designed a PCB board using STM32H743IIT6 and I encounter a problem when I try to run code in sdram. The details are described as below.question: I have a demand jumping to run a user program(function) in the sdram. B...
thanks a lot. Just now I modified the startup file and add a mpu configuration for 0xC000 000, then the user program can run. But it seems that the sdram(0xC000 0000) can not be read by byte(nothing can be read in byte),if the address is four bytes ...