You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to turn on the full duplex mode using the udma driver. I took a reference from the repo found here and the SPI register information from here Can you please share the sequence in which the registers expect to enable the full duplex mode, I have currently setup my code to work as below for an attempt to full duplex R/W,
I took a reference from the working half duplex example and try to extend it for full duplex example, However, the drive does not work as expected of a full duplex driver.
The text was updated successfully, but these errors were encountered:
Is there an existing core-v-mcu bug for this?
Bug Description
I am trying to turn on the full duplex mode using the udma driver. I took a reference from the repo found here and the SPI register information from here Can you please share the sequence in which the registers expect to enable the full duplex mode, I have currently setup my code to work as below for an attempt to full duplex R/W,
I took a reference from the working half duplex example and try to extend it for full duplex example, However, the drive does not work as expected of a full duplex driver.
The text was updated successfully, but these errors were encountered: