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

electronic speed controller

Hello, I'm a student of Azerbaijan Technical University, and I want to install software of Electronic Speed Controller for Drone on STM32F303CB. I have read a documentation of STEVAL-ESC001V1, and write the code but it didn't work. I build the code ...

0693W000004IKAcQAO.png 0693W000004IKAXQA4.png 0693W000004IKA3QAO.png
Frzay.1 by Associate
  • 355 Views
  • 0 replies
  • 0 kudos

On 8 separate pins, generate autonomous pulses

I'm guessing using the PWM (with fixed duty cycle) would be the best approach. That is, on each of the 8 pins be able to specify a period, duty cycle and number of cycles. I'm not sure how to stop the PWM after a specified number of cycles.

GRoss.5 by Associate II
  • 365 Views
  • 1 replies
  • 0 kudos

Resolved! Can a STM32F0Discovery run on 3V?

Can either the STM32F0Discovery board, OR, even just its STM32F051R8T6, be run from a voltage supply of 3V?If so, how is this done?Thanks in advance!

BUG in Sigfox expansion for STM32Cube

I'm using the B-L072Z-LRWAN1 dev kit with X-CUBE-SFOX firmware by ST on the Sgfx_push_button project.I've adapted it to use the timeServer library to send a Sigfox uplink every 10 minutes. Everything works fine until the second uplink with downlink ...

roliv.19 by Associate
  • 572 Views
  • 1 replies
  • 0 kudos

RXNE is never set.SPI always read 0

I am trying to use the SPI interface with a SPI ADXL345 sensor and the STM32F072 Nucleo board.I want to make a very basic read operation.Now the read function is blocked in waiting the the RXNE signal.But the RXNE is never set . SPI always read 0. I ...

EMEYD.1 by Associate
  • 741 Views
  • 2 replies
  • 0 kudos

Resolved! HAL_Delay function corner case not covered

Hi there, this is the default implementation of HAL_Delay function for stm32h7xx_hal.c (and I assume many other hals too)__weak void HAL_Delay(uint32_t Delay) { uint32_t tickstart = HAL_GetTick(); uint32_t wait = Delay;   /* Add a freq to guara...

VMach.1 by Associate III
  • 811 Views
  • 3 replies
  • 0 kudos