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

Resolved! MCU type - Can one identify it?

Using something like STLink util or newer, command line software: Can one identify which type of STM32 MCU is connected? E.g. for use in further scripts. It doesn't help if I see it on a GUI somewhere.

Can it be possible to trigger DMA using a GPIO pin in STM32?

For my application I'm using a comparator and i have set a reference voltage(threshold) for that and my application is that, if the current passes through the threshold then my comparator output should be turn on(1 or 0). I have set the comparator ou...

SKUND.11 by Associate III
  • 2053 Views
  • 4 replies
  • 0 kudos

How to handle UART errors?

Hello!I'm receiving data in UART Rx with DMA and I need to make it inmunne to disconnections. Now, sometimes I can recover the communication after a disconnection, but I need it always.Using the debugger I realized that huart1.ErrorCode change its va...

SGonz.2 by Associate II
  • 1804 Views
  • 4 replies
  • 0 kudos

STM32F4 Storing data directly in SRAM

Hi, I'm looking for a way to store data directly in SRAM. You may ask "Why?":So, my system is collecting data from sensors and writing them to SD card. One full block of data is 128 bytes long. Collecting data and write operation happens when certain...

bmak by Senior
  • 6021 Views
  • 10 replies
  • 0 kudos