STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion 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
  • 837 Views
  • 1 replies
  • 0 kudos

Resolved! which USART can I use for bootloader?

I can see in the datasheet of STM32G474CE that I can use USART for reprogramming the Flash memory, but I am trying to understand which one?In STM32F4 I can use USART1 and USART2, is it the same here?Thanks.

NZube.1 by Associate
  • 618 Views
  • 3 replies
  • 0 kudos

STM32H745 ethernet - problem pinging

Hello,We are designing a system based on a STM32H745ZI. Functionality includes TCP communication.Just for start, I've implemented LWIP based design on the Nucleo144-745ZI board.It's based on example from https://community.st.com/s/article/How-to-crea...

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
  • 901 Views
  • 2 replies
  • 0 kudos