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

Effective architecture for multi UART application

I have an application that has to talk to 8 UART devices and a handful of other I2C and SPI devices.  My current architecture is getting kind of complicated and I'd like to see how more experienced programmers handle a situation like this. I'll limit...

magene by Senior II
  • 2666 Views
  • 7 replies
  • 1 kudos

STM32G0 ADC with Sequence but not DMA

The manual is unclear I believe, when the sequencer is used but DMA is not used.Relevant code is below, but in a nutshell, after configuring the sequencer and starting the ADC, I wait for EOC, read the data register, wait for EOC, read the data regis...

DRobe.4 by Senior
  • 2830 Views
  • 6 replies
  • 0 kudos

Resolved! a problem in sending with Usart using GPDMA

Hi every one .I have designed a new MCU circuit  board for my own purposes. I am using an stm32u575VGTX  MCU in this circuit board and for the first thing i need to send and receive data with UART .As i don't want to busy the CPU just sending and rec...

Resolved! USART1: is it busy receiving?

I use the USART1 on a STM32F103RB in half duplex RS485 configuration.My question is: how can i be shure, that the bus is idle?OK, i can see RXNE if a complete Byte was received, but if the USART is just receiving the bits and it has not reached the s...

Debugging dual core Bootloader on STM32H7

I'm trying to develop a bootloader for a dual core STM32H7, running on the CM7. I'm starting by trying to modify my user project for it.I've moved the user code up a bank:FLASH   (rx)   : ORIGIN = 0x08020000, LENGTH = 896K and put in a IVT offset on ...

banelapel by Associate II
  • 3148 Views
  • 3 replies
  • 0 kudos

Resolved! what are boot loader reserved pins for first programming?

Hi, I have a board with STM32G071KBU6N with new and empty flas.I have difficulty programming it because it seems to set some pins as output after power up. for example PA6 and PB7. This is causing a over current in the circuit.I suspect some kind of ...

PR.10 by Associate III
  • 4527 Views
  • 13 replies
  • 1 kudos

STM32 with ETM TRACE

Hello,Is there anyone who worked with TRACE ? I use j-trace with stm32h743 and IAR.On testing the trace with SEGGER cortex-m reference board (stm32h7407, which comes with the j-trace product) and IAR, the functionality works great.I then moved to stm...

ranran by Senior II
  • 1059 Views
  • 1 replies
  • 1 kudos

Resolved! Confusion about the size of uncontigous flash

Hello, I am writing about my confusion in "STM32H742, STM32H743/753 and STM32H750 Value line advanced Arm®-based 32-bit MCUs". According to reference manual;STM32H743xI has 2 banks of 1 MByte each forming a contiguous flash memory area, so there woul...

G_A. by Associate II
  • 1982 Views
  • 5 replies
  • 0 kudos