Hi,
I am trying to use async data transfer mode of uSDHC, are there any detailed instructions? It seems the example project 'Usdhc_Ip_Example_S32K358' only shows how to use polling mode.
Fanta_0-1745495484116.png
For example, in the code above, is it ok to simply change the last parameter to 'True' to use the async mode? However, as far as I know, there should be an interrupt to inform CPU the transfer has ended.
So how should I configure the async mode correctly?
Best wishes