STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F103: Sometimes USART stops working

Hi, We are using STM32F103 in our project. Established IPC communication over USART. We have almost finished our development. We kept our setup running for long, sometimes we found that IPC-USART communication getting stuck, IPC does not work until w...

Resolved! Nucleo U575ZI-Q DCMI

Hello forum, I'm starting to develop a smart robotic system, I wanted to base the movement part on an STM32 micro-controller,We thought about basing our SLAM on a camera and a simple distance sensor (and an IMU of course) for the initial mapping. the...

Timer Compare Output using DMA - STM32F3Discovery

Hello,I am attempting to generate a waveform with a period of 33ms. In-between each period, I need to toggle the timer output 5 times with a varying timescale. My initial thought is to do this using a timer in output compare mode and then update the ...

daded1_1-1715401969734.png daded1_3-1715402159278.png daded1_4-1715402178719.png daded1_5-1715402229843.png
daded.1 by Associate II
  • 1250 Views
  • 4 replies
  • 1 kudos

Resolved! Simple Ranging Error

Hi I'm new to the STM32 series, I have a NUCLEO-F401RE and the X-NUCLEO-53L8A1. I am trying to edit the code from the X-CUBE-TOF1 SW package but run into the error below when compiling. Any ideas on how to resolve this issue?  Log output file: C:\Use...

Buntice by Associate II
  • 2522 Views
  • 3 replies
  • 3 kudos

Manual Keyboard Detection

hi,USB keyboard working fine via HID and i need have small Manual Keyboard Detection  by pressing button . it's not compiling  if( HAL_GPIO_ReadPin(GPIOC, button_Pin)) { if(USBH_HID_GetDeviceType(USBH_HandleTypeDef *phost) == HID_KEYBOARD)...

MMARI.1 by Senior
  • 1003 Views
  • 3 replies
  • 1 kudos

stm32f103 timer input capture

Hi,I am trying to read some square signal with timer input capture for both falling and rising edge times. When i start the code, the interrupt routine works once, even if there is no signal. I am using the code below for setup timer and interrupt ro...

er3481 by Senior
  • 1109 Views
  • 6 replies
  • 0 kudos