User Activity

As title says.If so, where could I find an example.If not, will it be supported?
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) ...
Kudos from