2025-03-11 8:37 AM - edited 2025-03-12 1:55 AM
Moved from MCUs section - STM32 is an MPU.
Hi all,
I'm developing a firmware for a custom board based on MP135 micro - baremetal solution.
The board has a MMC memory (no SD card) 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/or bottom layers) to use only a portion of the mmc memory?
I'm not able to find it, if present.
Thanks!