User Activity

Hello, I'm programming using STM32H753. But I realized that the chip I chose when I was creating the project was STM32H743. Is there any way to change the chip settings in a project that has already been created? Should we re-create a new project unc...
It was programming using STM32H753.However, when the size of the program is over 128 KB, it does not work.How can we solve this?
Hello, everyone.I am using STM32H753 and STM32CubeIDE.I tried to use the printf () function, but nothing was displayed at the terminal.After seeing an Internet example, I added the following code to use printf():int _write(int file,char *ptr, int len...
Hello, everyone!I am a user of STM32H753. I want to run two programs within STM32H753 and exchange the values ​​of the variables between these two programs. (Program 1 is running on Flash memory bank 1 sector 0; Program 2 is running on Flash memory b...
Hello, everyone.When downloading the code using STM32CubeProgrammer, I was able to download the code to the location I wanted by specifying the start address.What I'm curious about is how to set up to download to where I want to be when I debug and d...