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

STM32L072 not receiving UART1 interrupt in Stop Mode

Hello all,I want to use STM32L072 in Stop mode. But, it should receive interrupt UART interrupt while being in the stop mode. It is not receiving UART interrupt while being in the stop mode. Can anyone please explain the reason and the ways to solve ...

Resolved! [Solved]Problem with Usart Irq

Hi at all,Sometime happens that usart2 irq freeze and HAL_UART_RxCpltCallback isn't called.From this moment I can send data (I use blocking instruction HAL_UART_Transmit), but don't receive any.When this happens, HAL_UART_ErrorCallback don't called t...

SDall.11 by Associate III
  • 1192 Views
  • 4 replies
  • 0 kudos

I2C CLOCK CHOOSE SYSCLK AND PCLK1

HEY I am having stm32f767zi. As datasheet has mentioned it has 216MHZ CLOCK. NOW PCLK1 is 54Mhz max. So stm32cubemx has 3 option for i2c. SYSCLK , HCLK AND PCLK1. By default stm32cubemx selected pclk1 for i2c which is 54mhz. so can i use sysclk for i...

Resolved! what is the crystal oscillator frequency of UART of STM32f103CB

Hi,​I just read an article mentioned that micro controller will limit (or do smthing) to lower down the frequency of crystal oscillator to match the multiply number of 9600 for UART, is that right?​So if I'm using PLL to boost CPU frequency from 8M t...

Olly Kao by Associate III
  • 1988 Views
  • 3 replies
  • 0 kudos

STM32H7 DMA memory to GPIO port

Has anyone got working example code they could share of setting up DMA to transfer from memory to a GPIO port on an H7 (Nucleo-H743). I've read AN4666 and can get the example working on a L476 but none of the many variants I try on the H7 work. The...