User Activity

Hi all,I am working with a stm32f7508dk. My code is running XIP on 1-bank QSPI.Here is the MEMORY definitions in my linker file:   MEMORY   {     RAM   (xrw)   : ORIGIN = 0x20000000,  LENGTH = 320K     /* FLASH   (rx)   : ORIGIN = 0x8000000,  LENGTH ...