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
this structure is created but is not initialized, so call to DMA_Init triggers assert_failed.
Unfortunately I have no idea how to use ETH_DMAPrepare and when to call it. ETH_DMAFrameRx doesn't work in FIFO-mode (i.e. with DMA) if I just call it, so DMA should be prepared.. at some point.. i guess. But when and how exactly? I could not find any example for Ethernet with DMA.
The text was updated successfully, but these errors were encountered:
@Amomum Can you check the new commit e599218
PS I reset your previous commits (use original library files). If you need to fix them add a new pull request. Thank you
DMA_CtrlDataInitTypeDef DMA_PriCtrlStr;
this structure is created but is not initialized, so call to DMA_Init triggers assert_failed.
Unfortunately I have no idea how to use ETH_DMAPrepare and when to call it. ETH_DMAFrameRx doesn't work in FIFO-mode (i.e. with DMA) if I just call it, so DMA should be prepared.. at some point.. i guess. But when and how exactly? I could not find any example for Ethernet with DMA.
The text was updated successfully, but these errors were encountered: