Skip to main content
infoinfo980
Associate II
March 3, 2013
Question

Minor error in stm32f4x7_eth.h (ethernet)

  • March 3, 2013
  • 0 replies
  • 476 views
Posted on March 03, 2013 at 10:14

In the header file ''stm32f4x7_eth.h'' bit 0 of RDES0 is defined thus:

/*!< Rx MAC Address/Payload Checksum Error: Rx MAC address matched/ Rx Payload Checksum Error */

#define ETH_DMARxDesc_MAMPCE      ((uint32_t)0x00000001)

But in RM0090 it's documented as PCE/ESA where ESA indicates extended info is available in RDES4.

ETH_DMARxDesc_MAMPCE should probably be renamed ETH_DMARxDesc_ESAPCE.

    This topic has been closed for replies.