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

STM32L412 and reference voltage buffer

STM32L412xx datasheet DS12469 even in Rev. 8 talks about � Accurate 2.5 V or 2.048 V reference voltage buffered outputon the front page. The reference manual gives only availability on L43 and L45.

Powering STM32 L476RG at 1.8V - Any major disadvantages?

I'm currently using the STM32 L476RG for an application where I need to communicate with peripherals through SPI at 1.8V. Currently I'm using the TXB0108 bidirectional logic level shifter to convert my SPI lines from 3.3V to 1.8V but there are proble...

LBouz.1 by Associate II
  • 766 Views
  • 3 replies
  • 0 kudos

Corrupted data via SPI_HAL_Receive in STM32F407

Dear friends, I need your help with the issue of data corruption when reading the data on SPI bus in STM32F407. I'm using 24 channels of temperature measurement (slaves) with one master STM32F407. 12 channels are connected to SPI1, other 12 channels ...

OVeli.1 by Associate II
  • 1148 Views
  • 3 replies
  • 0 kudos

Code alters a variable on itself

Hello,I want to be able to do multiple routines in my stm32 code. I went for the option to use Switch case statements. The problem is after the code has done one iteration the variable that is used in the switch statement(routine_test) changes on its...

HBesi.1 by Associate II
  • 1163 Views
  • 5 replies
  • 1 kudos

USART blocked by Overrun error on my STM32L051

Hi everyone,I have a broblem regarding USART in overrun occurrence.In effect the "HAL_UART_IRQHandler" routine is called every incoming char, but this never calls callback routine (SYS_UART_RxCpltCallback).In debug mode I can see there is an USART_IS...