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

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...

Vignesh_V by Associate II
  • 1027 Views
  • 1 replies
  • 0 kudos

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
  • 4775 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
  • 981 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
  • 499 Views
  • 1 replies
  • 0 kudos

Resolved! JTAG connections for STM32G474 controller

Hello,I am connecting STM32V2 debugger at following pins.  This supports SWD. I want to use JTAG pins and want to use STM32V2 debugger as a JTAG connection for debugging purpose. can you support me how to connect or which pins to be used and what is ...

Nsg1987_0-1719397754368.png
Nsg1987 by Senior
  • 3490 Views
  • 12 replies
  • 2 kudos

STM32H750 Performance slows down after time

Hi!I have a problem with the canbus gateway project, I have a very good ring buffer that works without delays and transfers data between can1 and can2. All data copying is done through the main while loop where I check the buffers for can1 and can2 t...

sqwerize by Associate III
  • 3907 Views
  • 13 replies
  • 1 kudos

*STM32F030F4p6 Problem with GPIO_EXTI1 Pin*

Hello everyone,So I am trying to take Input from the sensor and then turn on the LED_1/Sound on and another senarove is that whne I prace the GPIO_EXTI1 turn on the another LED_2. but what is hapning is when senser is not givin Input even then LED_1/...