Posted on May 17, 2011 at 09:39Hi everyone.this is the part code of the ENET_Init(u32 operatingmode) void ENET_Init (u32 operatingmode) { u32 i; vu32 regValue; ENET_MACConfig *MAC_Config; ENET_MACConfig config; ... ... /* Put the PHY in reset...
Posted on May 17, 2011 at 09:39Hi veryone!Before you start the RX DMA,you should have to allocate a 16-byte region in main memmory,for each DMA transfer.3 words for DMA descriptors,plus 1 word for Packet Status and descriptor VALID bit.In the first ...
Posted on May 17, 2011 at 09:39HI,veryone.what is the function of the VCI in the ENET?It is not described in the reference manual. Best Regards sunshan
Posted on May 17, 2011 at 09:39HI JWM.Maybe there is a wrong in your code. #define NEW_SBS_BOARD (1) /* serial port -- new board */ #if NEW_SBS_BOARD GPIO_InitStructure.GPIO_Direction = GPIO_PinOutput; GPIO_InitStructure.GPIO_Pin = GPIO_Pin_0; GPIO_...