is SDMMC1_CDIR (microSD pin2, STM32H743VIT on GPIO PB9) Needed for 1bit operation?
I believe this signal is not needed by the 1bit interface, that only D0, CMD and CK is required. However since I cant get my card responding I start questioning my design. I thought CDIR was only used for SD cards used in SPI mode?
Alternatively I may connect to a free IO to microSD pin 2, or thigh the CDIR pin to a certain level, (LOW for always select). But, I used CubeMX to generate code and it did not give any warning for not selecting SDMMC1_CDIR on PB9 when selecting 1bit mode so this pin is used for LTDC_B7 and stuck there, so if this is the problem, I must alter code to use the gpio I have available for command direction.
Thanks in advance
Vidar
