STM32U5A5: smmc enables DPSM when sending CMD8 command.
HI ALL.
I am using MB1549C board with NUCLEO-U5A5ZJ-Q cpu.
SD card is connected to SDMMC1 pins 4bit mode.
HAL code is generated with CUBE MX.
During SD card initialization CMD8 command is sent.
I see that after it sent some flags are set which relates to DPSM.
But CMD8 does not require data transfer on D0 pin.
So DPSM must not be enabled. But I see these flags in STAR register.
BUSYD0,DPSMACT,DTIMEOUT.
Response is received correctly but why DPSM is enabled and of course timeout error occur because
there is no and should not be data on D0?
Thanks
