2025-03-11 8:37 AM - last edited on 2025-03-11 8:43 AM by Andrew Neil
Moved from MCUs section - STM32 is an MPU.
Hi all,
I'm developing a firmware for a custom board based on MP135 micro.
The board has a MMC memory to host both bootloader and storage area (Fat).
I've added the FileX module, without ThreadX, the mmc_driver, the mmc_driver_glue and the hal low level functions (stm32mp13xx_hal_mmc.c, stm32mp13xx_ll_sdmmc.c).
Is there a way to configure FileX (and below) to use only a portion of the mmc memory?
I'm not able to find it, if present.
Thanks!