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

STM32f4 hterm problem

Hello, I am using hterm with stm32f4 to send and receive data. However, when receiving data streams, hterm hangs. I have tried everything but do not know what the problem is. Please help if you can.Thank you in advance

VYoun by Associate III
  • 698 Views
  • 2 replies
  • 0 kudos

PWM generation with a phase shift on STM32F030R8T6?

Hi Guys, I am using TIM3 with 4 channels to generate a PWM signal for my motors. Right now there is no phase difference between the PWMs, but now there is a requirement where I need to generate a Phase difference like shown in the figure below I was ...

0690X00000D99QDQAZ.jpg

Resolved! Receiving wrong Data in UART in Nucleo Board.

Hi, I was testing UART communication using F446RE Nucleo Board. I was sending data to COM port by a python program running in PC and trying the receive to same data.ser.write(serial.to_bytes([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15])) print...

SayanSeth by Associate II
  • 1442 Views
  • 4 replies
  • 0 kudos

taking images from multiple cameras

I want to take videos from multiple cameras with stm and save these images to SD card. how is this possible?Is there a module you can recommend for this?

HTosu.1 by Associate
  • 431 Views
  • 0 replies
  • 0 kudos

STM32L072 (B-L072Z-LRWAN1) - SPI2 not working

Hi,I'm working with B-L072Z-LRWAN1 platform and struggle to see a signal on SPI2.My SPI2 is connected on an accelerometer. It is configured as follow:void HW_IMU_SPI_Init( void ) { /*##-1- Configure the SPI peripheral */ /* Set the SPI parameters...

NGugg.1 by Associate II
  • 783 Views
  • 4 replies
  • 0 kudos

Not able to handle multiple external interrupts.

How to handle multiple External (more than 2 )interrupts on same port (eg Port A) of STM32. my code is below , I wants to know that how can I Differentiate External interrupt 0 And 1. I have configured pushbutton1 on PA0, Pushbutton2 on PA1, pushbutt...

STAR by Associate II
  • 2276 Views
  • 10 replies
  • 0 kudos

Best way to mate interrupts with c++ periephal drivers?

Hey!​Lets say I write general Can periephal driver in c++ for stm32f4 series(which I'm actually doing), then interrupt handlers for can1 and can2.​Now the proplem is how do I tell lets say can 1 rx interrupt, that >>this instance of object<< is the ...

JoniS by Senior
  • 3427 Views
  • 6 replies
  • 0 kudos