STM32H753 littleFS Integration
Helle everyone,
I want to use the littleFS file system library that I used in my previous projects in STM32H753 Internal Flash Memory. But the fact that the block size in STM32H7 is 128K made me think a little. I normally use littleFS on 1K blocks and get great results. Has anyone used littleFS on STM32H7 platforms before?
Or if a problem occurs while integrating STM32H7 and littleFS;
lfsConfig.block_size = 1K
lfsConfig.block_count = 128
do you think I can edit it like this?
Sincelery
