STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L496 Sleep & Wakeup

Split from:https://community.st.com/t5/stm32-mcus-products/is-is-possible-to-wakeup-the-stm32l496-with-an-external/td-p/741267as this is a new question.Hello @STTwo-32 as the wake up pin associated with stm32L496 is SYSWKUP2 can i use this and on cli...

Abhiram_12_0-1744616362065.png Abhiram_12_1-1744616380305.png

Resolved! USB DFU on STM32F103C8t6

Hi everyone I want to program Stm32F103C8t6 via USB and STM32Cube programmer version 2.10.0. I am using "STM32 smart V2." I pulled up the Boot0 pin and disconnected and connected the USB cable to the board (the board's power comes from the USB, so it...

Capture.PNG
Behzad by Associate
  • 701 Views
  • 4 replies
  • 1 kudos

STM32 How to use LTDC

Hi, I designed a board with uC STM32H743 that works with a 480x800 display connected through the LTDC peripheral, I don't quite know how to use the LTDC, I don't have ram for the buffer of the entire display. What I can do is fill the background with...

kulfi27 by Associate II
  • 596 Views
  • 4 replies
  • 1 kudos

Resolved! RMII Connection Confusion

Hello,This might seem like a silly question but when using the pin names generated by cube IDE for the RMII interface does TXDx connect to TXDx on the PHY or RXDx? On the schematic for the NUCLEO board it seems that the microcontroller pin in named t...

I am getting fail to read memory error

I am currently doing project on FpAI vision people counting. But after following all steps i am getting error like this.Error: TCP error status 0x4Error: TCP error status 0x4Error: Fail reading CTRL/STAT register.Force reconnect Polling target STM32H...

shreeram_0-1729280535464.png shreeram_1-1729280562251.png
shreeram by Associate II
  • 595 Views
  • 4 replies
  • 0 kudos

STM32U3 SPI+GPDMA can be enabled after sending IIC

HAL_I2C_Mem_Write(&hi2c1,0x80,HDC2080_DI_REG,1,data1,1,100); while (HAL_I2C_GetState(&hi2c1) != HAL_I2C_STATE_READY);  if (HAL_SPI_GetState(&hspi2) != HAL_SPI_STATE_READY) {// SPI ???,?????????Error_Handler();}HAL_SPI_Transmit_DMA(&hspi2, new_wave, s...

OrionJ by Associate II
  • 281 Views
  • 5 replies
  • 0 kudos