2025-08-20 3:20 AM
Hi Everyone
Greetings
We are using an STM32U585 MCU and need to maintain a log of about 200 KB using FileX. Once the 200 KB storage is full, I don’t want LevelX to reclaim the entire file and erase it. Instead, I need the log to behave like a circular buffer, where only the oldest block of log data is erased and overwritten with new data. How this requirement can be achieved. For this requirement how much size shall be allocated by fileX(im using an external flash of 8MB).
Thanks and Regards
Philip