2025-01-20 06:56 PM
Hello everyone,
I am looking for middleware to control NAND flash using the STM32U535CE.
The target device is the Macronix MX35LF4G24AD.
I would like to perform page program/read, bad block management, and 8-bit ECC processing per 524 bytes. However, I cannot find middleware compatible with the STM32U535CE.
Could you let me know if such middleware is available?
Thanks and regards
Ka_T
2025-01-20 07:48 PM
I suspect you'll need to build your own. Find something that covers the features you want, and code something to manage the peripheral side communications with the memory IC.
Perhaps Macronix has some code?
2025-01-20 08:26 PM