User Activity

MCU : STM32H745Boot : booting from user main memory(0x08000000 )of flash memory ( boot0 :low)compiler: IAR​I am coding to write in address 0x08060000 of flash memory in Cortex M7 . Cache is enabled, MPU is configured below After at first writing 4444...
I am trying to use DMA to control GPIO port E output.Below is configuration of CubeMXIn Cortex-M4 context of dual core , DMA is successfully working to toggle GPIO Port E output .But In Cortex-M7 context of dual core , although error message, DMA ...