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

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
  • 330 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
  • 518 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
  • 680 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
  • 752 Views
  • 3 replies
  • 0 kudos

How to operate with eMMC in High Speed mode on stm32h750?

Hi, i am using stm32h750 with eMMC Kingston EMMC16G-W525-E01U, as mass storage device. MCU and eMMC operates from 3.3V.I can put eMMC to 8-bit mode and it works ok, but maximum clock speed in 8-bit mode is 25 MHz. If i set clock speed more than 25 MH...

VVi.1701 by Associate II
  • 1626 Views
  • 0 replies
  • 0 kudos