STM32F746-Disco - QSPI Failed to initialize external memory inside Cube IDE but all there are no problems using ST-LINK
This is my configuration in the include file (settings2.h) with the data to fix in the QSPI during the program phase#ifndef IMG_NO_DATA #if defined ( __ICCARM__ ) #pragma location = ".textqspi" #else __attribute__((section(".textqspi"))) #endif con...