I used CubeMX to generate CMake project for STM32H750XBH6.Then I have to modify STM32H750XBHx_FLASH.ld because DMA1 can't access the DTCMRAM./* Specify the memory areas */
MEMORY
{
DTCMRAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K
RAM_D1 (xrw) ...
Hi, @SMarie .Thanks for your reply. Sorry about the point that I didn't mentioned is I'm using VS Code.And I found another solution for VS Code, see upper floor. Thanks for your kindness. BR,nobody.
Hi, @Semer CHERNI Thanks for your reply. Firstly, it could be work as your suggestion.Secondly, I found another solution.I found that "cmake\gcc-arm-none-eabi.cmake" and "CMakeLists.txt" will not be covered when CubeMX regenerates project. Then I mod...