2TB SDXC card on STM32F407
Hi everyone,
I'm trying to support a 2TB SDXC using the STM32F407 microchip as a data logger. However, I encountered an issue where only around 220GB of memory can be formatted properly, instead of the full 2TB capacity.
I suspected there might be a limitation in the file system(might be the lenth of a pointer or something) that restricts the addressable memory size. I've tried to trace back through the file system code but haven't been able to access the low-level implementation that might be causing this problem,
Has anyone encountered similar issues or could provide some insights on:
1. How to properly implement SDXC card support for large capacities?
2. Any specific modifications needed in the file system to handle >1TB storage?
Any help or guidance would be greatly appreciated.
