STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

I2S Trasmit complete callback not called in circular mode

Hello,I am using Keil uVision 5 and I am using the STM32F4xxx_DFP 2.14 drivers.I want to configure my I2S peripheral in full duplex with DMA in circular mode, but I have this issue with the drivers:- the transmit/receive complete interrupt is called ...

AGhez by Associate III
  • 552 Views
  • 1 replies
  • 0 kudos

I2C slave receive unknown length message

General idea:I'm trying to write the I2C as slave on a L476. The master might need to change a bunch of registers at the same time, so instead of sending n separate commands I want to receive one long command and the prepare the response to be sent b...

MHoss.1 by Associate III
  • 4783 Views
  • 5 replies
  • 0 kudos

Resolved! UART even parity received WRONG

hey thereI try to receive some characters using UART and here is the confighuart1.Instance = USART1;   huart1.Init.BaudRate = 4800;   huart1.Init.WordLength = UART_WORDLENGTH_8B;   huart1.Init.StopBits = UART_STOPBITS_1;   huart1.Init.Parity = UA...

Ala by Senior
  • 429 Views
  • 2 replies
  • 0 kudos

How to trigger a function at an output compares ?

Hello,I try that when my OUTPUT compare is triggered, it triggers a function.As for the PeriodElapsedCallback method, when the timer is in overflow, it creates an interuption and the PeriodElapsedCallback function is called. Is there a function doing...

SGROU.1 by Associate III
  • 2158 Views
  • 8 replies
  • 0 kudos
Labels