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

I just realized workshop is at 8:30 AM CET time. I live in the USA; with time difference of T-8 hours (to USA MDT) time is 00:30 AM. I bought the Evaluation Nucle-H7 board required already, is there a way to record the workshop/webinar video?

I would be more than willing to participate regardless of time, but due to health reasons I can't stay up all night. I really need the workshop to get up to speed on the STM32H7 for a project I am working on. Thanks!

Cmart.21 by Associate
  • 499 Views
  • 1 replies
  • 0 kudos

Recover from Hard fault after executing dynamic code.

I have developed a dynamic loader that works in an STM32 (cortex-m4) microcontroller. Basically, the base firmware is in charge of writing new dynamic code into flash, and executing it. It works as expected. but I am trying to make the execution of t...

VC.1 by Associate II
  • 1644 Views
  • 4 replies
  • 0 kudos

Controlling WS2812B LEDs with VLDISCOVERY (F100)

Hello,I am in the process of writing some code to drive WS2812B Leds with PWM via DMA. Unfortunately there are usually three pulses too much.Does anyone have an idea what this could be. Attached are a few excerpts from my program code. Thanksmain.cin...

PeterM1 by Associate
  • 515 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F4- FFT - phase shift between the two signals in degrees

Bonjour / HelloA ce jour j’utilise le code ci-dessous pour calculer les FFT et les harmoniques de deux signaux sinusoïdaux.Je souhaiterais calcul le déphasage entre les deux signaux en degré.Pour cela je souhaiterai avoir les parties imaginaires des ...

Resolved! Send 20 bytes payload with p2p-Service

Hello all,I want to modify the p2p-Service for sending 20 bytes payload instead of only 2 bytes by default. The only one I did, is changing the notification-characteristic in the file "p2p_stm.c" like this: COPY_P2P_NOTIFY_UUID(uuid16.Char_UUID_128);...

ABabi.1 by Associate II
  • 1333 Views
  • 3 replies
  • 0 kudos

Resolved! Nucleo board for STM32F373

Hi, Is nucleo board available for STM32F373 device? If not then any nucleo board can replace device with STM32F373?Nandish

NJasa.1 by Associate II
  • 2292 Views
  • 6 replies
  • 1 kudos

float to char buffer in c using SPRINTF not work.

I want to display floating point number on 8digit 7segment display MAX7219 so i want to convert float value in to char buffer using sprintf() but it not gives exact outputTrue Studio  STM32F103void display_charDigit(float Value){ char buffer[8]; sp...