STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Memory buffer gets written from unknown source

Dear all, I'm working on a project with a waveshare eink display. I'm using the STM32F103RET6 controller and CubeIDE as development environment. I'm building my application as a c++ application with the FreeRTOS lib. My Display class has a 4000 byte ...

JKris.17 by Associate II
  • 808 Views
  • 2 replies
  • 0 kudos

List of all STM MCU with Touch sensor TSC

Posted on November 01, 2016 at 08:56Parametric Search is great idea, but useless if there is no column you need.To make it even more useless there is unnecessary branching on 32b, 8b, ULP... MCU.I, for one, need list of all STM MCU that have TSC. I ...

Resolved! Stm32f103c8t6 sleep mode and Wakeup mode

Hi friends,I have to configure Sleep mode  and Wakeup mode in  STM32F103C8T6 and STM32F407VET6 using RTC .But i  did not know how to configure this process .I need your guidance how to configure this by using datasheet and one important point is i ha...

Feature request: Programmable logic

I am a fan of STM32, especially the peripheral sets offered are great. Over the years however, one type of peripheral is missing which would be a great help for many projects, this is a programmable logic cell.Such a cell would contain elements like ...

LVan .31 by Associate III
  • 4364 Views
  • 33 replies
  • 19 kudos

TFM in u575 microcontroller

Hello,The TFM application that is based on the stm32u585 board could work for the stm32u575zit6 microcontroller? I have modified the TFM project and I have removed hw accelerator from the SBSFU project because the u575 microcontroller does not contai...

Resolved! stm32H753 spi6 BDMA interrupt

hi ALLI use stm32h753.1) SPI1 , DMA , DMA1_Stream0 2) HAL_SPI_Transmit_DMA(&hspi1, gAudioTxBuffer, VS1063_DMA_TX_LEN);3) void SPI1_IRQHandler(void) interrrupt ==> Very wellbut1) SPI6 , BDMA , BDMA_Channel02) HAL_SPI_Transmit_DMA(&hspi6, gAudioTxBuffe...

togsin by Associate II
  • 872 Views
  • 3 replies
  • 1 kudos

STM32H7xx USART3 can't wake up from STOP mode

Our product uses a STM32H7xx chip, integrate freeRTOS. We want our product can go into STOP mode to save power, and can be waked up from STOP by USART3 receiving data.Below is some related code, but it does not work, our product can't be waked up by ...

HarryXia by Associate II
  • 445 Views
  • 1 replies
  • 0 kudos