Since I am using the version v2.7.0, I get this error after programming both cores after the first time:I can fix this by Disconnecting the STM32H7, and Connected again
ERROR CM7 region 'RAM' overlowed by 139396 bytes Compiler indicates that there is not enough memory. however the H7-CM7 has 512k, What's wrong?STM32H755iit STM32H7STM32CubeMX - STM32 Device Configuration ToolVersion: 6.2.0-RC3 Build: 20210219-1602 (U...
Hello,I'am use the STM32CubeProgrammer v2.60In the USB programming mode, I cannot load DFU files.Is it possible that this option is added, and a possibility to create DFU files ?Thanks Hans
To update users' STM32 chip, a simple DFU program is very useful.Or an example of a C# program environment, so that you can write an Update program yourself
DFU application was an easy way to perform update by a customer who has no knowledge of all kinds of programming programs.I don't have a program yet to update a dual core ARM from SD card.so, I miss an compact and easy DFU tool.It would be useful for...
Thanks,I have change the LinkerScript.ld to 512KEverything works fine :) Maybe an idea to set that default to 512K in CubeMx generated code, or add a user settingRAM (xrw) : ORIGIN = 0x24000000, LENGTH = 512K /* Memory is divided. Actual start is ...