2007-03-13 11:07 PM
the question of the Ethernet library
2011-05-17 12:39 AM
hello,in the page 170 of the STR91xF reference manual,the bit of DMA_EN,when you want to force the DMA to immediately close the transfers toward the AHB bus and MAC core.the bit is rc_w1,but int the ENET library ,the function void ENET_Start ( void), ENET_DMA->RXSTR &=~ DMA_RX_START_DMA_EN;the value of DMA_RX_START_DMA_EN is 0x00000001,so it write 0 to the DMA_EN.who can help me ?Thanks
2011-05-17 12:39 AM
Hi sunshan,
you are right I confirm that ENET_DMA->RXSTR &=~ DMA_RX_START_DMA_EN instruction has no effect because it writes 0 in DMA_EN bit. Think you and best regards mirou [ This message was edited by: mirou on 14-03-2007 11:42 ]