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

Resolved! Transition from 2x Teensy 4.0 boards to STM32H755xI

Hello everyone,  I'm exploring the feasibility of transitioning from 2x Teensy 4.0 boards to an STM32H755XI for a sensor-intensive application. The project involves interfacing with 16 VL53L4CX sensors and managing their data acquisition and processi...

isaacjack by Associate II
  • 1738 Views
  • 1 replies
  • 1 kudos

SMT32F407VGT6 / CAN issue

The CAN communication between the main control board (SMT32F407VGT6) and the same server board (STM32F407VGT6) shows that the ambient temperature is below -10 degrees, the communication is abnormal, and the ambient temperature is above -10 degrees! I...

JACK00 by Associate II
  • 790 Views
  • 1 replies
  • 1 kudos

STM32F303C8C6 DMA 2ADC 5Channels

hi i am having some difficoulty's where i cant find a solve for: problem 1 ADC1_channel12 feeds me a value back around 4030 while its voltage on the pin is 0.0Vproblem 2 ADC2_channel3 is always reading 0 i configured all ADC channels to place data in...

Core Hardware Register availability for User

Any Core Hardware Register available to user which is not used by HAL or the Processor itself which I can safely use without disturbing the rest of the MCU?I am using an STM32L431. To keep the System State in check I am using a Volatile uint32_t vari...

Resolved! HAL USART serial buffer pointers not declared volatile?

One of the practices of software design is to use volatile buffers when ISR and main loop access the data in the same buffers. This makes sure certain compiler register optimisations do not create unreliable code.If I look at the HAL code for the USA...

Johi by Senior III
  • 2157 Views
  • 3 replies
  • 1 kudos

Resolved! Multiple Channel ADC STM32H743ZI2

Hi all, i'm experimenting using ADC  in STM32H743ZI2i managed to get the single channels working on ADC1 and ADC2,and i want to use ADC3 with multiple channels, oncourse i followed all the manuals in youtube etc.. but still no lucki am using ADC3 cha...

shahaf321_0-1704106244590.png shahaf321_1-1704106282640.png shahaf321_2-1704106301681.png shahaf321_3-1704106322293.png
shahaf321 by Associate III
  • 1409 Views
  • 2 replies
  • 1 kudos

ADC to DAC using DMA in STM32f4

Hi everyone,ı was trying to make adc to dac using DMA. Shortly the adc value is writed into DAC data register. So that the potentiometer is turned then the digital value is writed ADC register. The brightness of led is changed. However, ı get ADC val...