2025-07-24 12:35 AM - edited 2025-07-24 12:37 AM
Hello ST Community,
I’m currently working on integrating the MX25QL128 NOR Flash (connected over QSPI) with the STM32F746 microcontroller. My goal is to use it with Azure RTOS FileX and LevelX for filesystem access. I’m using STM32CubeIDE and the latest version of Azure RTOS.
MCU: STM32F746NG
External Flash: MX25QL128 via QSPI
Middleware: Azure RTOS (ThreadX, FileX, LevelX)
Interface: QSPI in Memory-Mapped Mode
Goal: Format, mount, and use FileX filesystem stored on MX25QL128
I’m looking for:
Sample code/project showing working integration of FileX + LevelX + MX25QL128 via QSPI on STM32
Any ST reference projects or application notes specific to this setup
Clarification on required QSPI mode/timing/memory map settings
Common pitfalls (e.g., erase before format, QSPI memory-mapped setup timing, etc.)
Any working FileX + LevelX configuration example (even with another STM32 MCU) that could help me align my integration.
Any working example or advice would be very helpful. Thanks in advance!
Best regards,
Midhul Pk