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

STM32 UART basic comunication

Hi,my first example for RS232 communication and my first problem.I have this output in the terminal:5 ''! Ëå˙˙˙ <00> 5 ''! Ëå˙˙˙ <00> 5 ''! Ëå˙˙˙ <00> 5 ''! Ëå˙˙˙ <00> 5 ''! Ëå˙ <00> 5 ''! Ë <00> 5 ''! Ëå˙˙˙ <00> 5 ''! Ëåë <00> 5 ''! Ëåë <00> 5 ''! ë...

JNova.0 by Associate III
  • 681 Views
  • 2 replies
  • 0 kudos

STM32F769BI ADC_DMA interrupt causing debug stop

​​​​Hello, I am using the Stm32F769BI MCU.I am receiving 3 ADC channels through DMA.My problem is that debugging stops in the middle due to HAL_ADC_IRQHandler during debugging.To debug again, I must press the Run button again.I want to know why inter...

syoon.10 by Associate II
  • 799 Views
  • 4 replies
  • 0 kudos

SPI: delay between write to TXDR and start of clock

Hello ,With SPI (SPI2 in my case) I experience a delay between a wite to TXDR and the start of the SCK activity in case of an empty TX fifo. It seems to be something like 5 SCK periods, so it changes with SCK frequency but this ratio remains. I check...

STM32L476 SPI half duplex receive clock

I configured the SPI2 port for bidirectional (BIDIMODE = 1) and rx (BIDIOE = 0), then enabled the port (SPE = 1). According to the RM the enable should immediately start sending clock pulses out the SCK pin and read data on the MOSI pin, since it is...

STM32L452RE in stop mode (both stop0 and stop2) sometimes decide to ignore EXTI interrupts for a second or so.

I run my CPU mostly (when possible) in stop2 mode. I want EXTI interrupt from few pins to wake it up.                                What i found is that sometimes it doesn't.                                                                           ...

WPuch by Associate II
  • 386 Views
  • 0 replies
  • 0 kudos

MDMA & internal FLASH R/W on STM32H7

Good morning,We're using an STM32H7 to acquire simoultaneously 3 ADC channels 16-bit @ 5MSPS, and we store data in an external eMMC. Everything worth seamlessly as follow : 3 slave-SPI with 3 DMA to internal flip/flop buffers ; MDMA to interleave dat...