SDXC 2TB support available for STM32?
I am working on a project for my company that would like to use an STM32 processor that can both connect to a camera for capturing video data, and also connect to a 2TB SD card (SDXC) for storing said video data. We're aiming for the videos to be at least 1080p and 15fps. Ideally, we're also looking for being able to connect a microphone to add audio to the video files.
The older version of our product used the STM32L452CEU6. It does not have SDMMC support (because it's the 48-pin version) but we were able to connect an adapter to a SPI peripheral and read/write to a 32GB SD card (SDHC). I've been put on hold for now with testing the adapter with the SDXC card, but in the meantime I wanted to ask if it would generally be possible on this STM32L452CEU6, if there are any differences to account for when using SDXC instead of SDHC, etc.
We were also looking into changing the processor to STM32U599/5A9 instead (of which all versions do support SDMMC). I think it should still be able to support use of a camera/microphone with no issues. But along the similar line, would it be possible to use the STM32U599/5A9 to read/write to the SD card if it's SDXC and 2TB large?
--------
EDIT1: For the question about the STM32L452CEU6, I wanted to clarify that I'm asking about whether it's possible with the SPI adapter setup I'm using. For the STM32U599/5A9 though, I know that has SDMMC; so for that question, I'm asking about its feasibility with SDMMC.
