User Activity

Posted on March 03, 2013 at 10:14In 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)0x000...
Posted on January 03, 2013 at 22:11Hi everyone,Whenever I use either of the multiblock read/write functions the peripheral gets stuck in the SD_CARD_SENDING or SD_CARD_RECEIVING state, respectively. Further attempts to access the peripheral in this ...
Posted on January 19, 2012 at 22:57Hi,I'd like to transfer less than a full block of data (i.e. less than 512 bytes) from the SDIO FIFO to another peripheral that's mapped into an FSMC address directly using DMA without having to first transfer the ...