SD Card option not present for SDMMC2
I have followed this tutorial and gotten FATFS working perfectly on the Nucleo-L4R5ZI-P however I am trying to transfer my code to the STM32L4Q5CGU6 and the option under;
middleware -> FATFS -> FATFS Mode and Configuration -> there is no option for SD Card
The chip advertises SD functionality it has an SDMMC channel, I'm assuming this is an error in STM32CubeIDE not recognising it as the STM32L4Q5CGU6 has SDMMC2 and not 1.
Is there a way around this or how can it be solved? Thanks
https://community.st.com/s/article/how-to-create-a-file-system-on-a-sd-card-using-stm32bubeide
