STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1585 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
  • 2680 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
  • 1060 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
  • 1300 Views
  • 6 replies
  • 0 kudos