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

Rotary encoder interrupt per rotation

Hi all.I have a rotary encoder which generates 512 ticks per rotation and I would like to generate a single interrupt once the rotary encoder has done a full turn (512 ticks). What would be the best approach? I'm currently looking to see if the STM32...

SBrid by Associate II
  • 740 Views
  • 3 replies
  • 0 kudos

PDM 2 PCM help

Hi, I am trying to interface a PDM mems microphone to my STM32 NUCLEO using some example code I found https://github.com/YetAnotherElectronicsChannel/STM32_PDM_Microphone.The issue I am having is this code and other things I have read online show the...

kcire L. by Associate III
  • 703 Views
  • 0 replies
  • 0 kudos

STM32H7A3 VBAT meassure

Hello,I want to meassure the VBAT Voltage with the ADC2,but it doesen't work.I can meassure an intrease of the vbat current consumption from the voltage divderwhen I activate the Channel Configuration. But I geht sample Values witch are way to low.If...

TWagn.2 by Associate II
  • 1426 Views
  • 4 replies
  • 0 kudos

stm32f103 i2c sensor reading

Hi,I am trying to read HDC1010 temperature sensor with code below, when i click run button while debugging, code does not working, can not continue. But when i debug the function row by row, it woks clearly. Any advise ?void Receive(u8 Address, u8 Re...

er3481 by Senior
  • 735 Views
  • 3 replies
  • 0 kudos

How to implement an SPI to I2C "Bridge" with STM32 MCU

Hi everyone,I am working on project involving Raspberry Pi, STM32, FPGA and MIPI Cameras. The goal is to capture images and store temporarily data from those cameras in the FPGA.The RPI (Master) has to communicate with the STM32 (Slave) via an SPI pr...

MDiop.1 by Associate II
  • 2081 Views
  • 5 replies
  • 0 kudos

Resolved! STM32L100RCT6 - timer PWM with boolean variable

Hello, I am working with the discovery board STM32L100RC. I am trying to have three different timers (TIM2, TIM3, TIM4) as PWM. I'd like to do it's to have each timer ouput at '1' (3.3v) when a boolean variable is equal to '1' and at '0' (0V) when th...