I use DAVE (Version 4) for XMC4500 and the peripheral ETH0.
In the XMC Lib in the file xmc_eth_mac.c there is an assert (l. 328 and l. 408), which seem strange to me:
XMC_ASSERT("XMC_ETH_MAC_SendFrame:", eth_mac->regs != ETH0);
Why should the eth_mac->regs not be ETH0?
My Application, that works well, always gets stuck in this assert.
Does it mean something?
In the XMC Lib in the file xmc_eth_mac.c there is an assert (l. 328 and l. 408), which seem strange to me:
XMC_ASSERT("XMC_ETH_MAC_SendFrame:", eth_mac->regs != ETH0);
Why should the eth_mac->regs not be ETH0?
My Application, that works well, always gets stuck in this assert.
Does it mean something?