STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SDMMC_GetCmdResp1(); bug

Hi,My programme of Write/Read from an eMMC is buged in this function call :static uint32_t SDMMC_GetCmdResp1(SDMMC_TypeDef *SDMMCx, uint8_t SD_CMD, uint32_t Timeout){ uint32_t response_r1; uint32_t sta_reg; /* 8 is the number of required instructions...

PyKe by Associate III
  • 722 Views
  • 1 replies
  • 0 kudos

stm32h7 using eth mac

now,I using stm32h7 series, and run eth mac to trasmit and receive ethernet frame. but It can trasimit ethernet frame sucess,but It can`t receive.I had set mac filter to receive all.the program:static void MX_ETHMAC_Init(void){ ETH_MACFilterConfigTyp...

gcaif by Associate II
  • 778 Views
  • 2 replies
  • 0 kudos

Resolved! Promiscuous Mode

Hi I want to use Promiscuous Mode with LWIP+STM32H743.I want to be able to capture frames not sent over to my IP address.Is it possible?Thanks

deckhard by Associate III
  • 1584 Views
  • 8 replies
  • 0 kudos