STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

using STM32L0538, is it possible to make SysTick_Handler count in microseconds not in milliseconds and if it is, where to start?

I'm writing some code with PWM and I'm using very high number of periods in short time causing my LED's to dim very choppy. I think it's not working properly because timer is to fast and counting in milliseconds and I need it to count in microseconds...

DSimp.1 by Associate III
  • 579 Views
  • 4 replies
  • 0 kudos

Resolved! SPI slave 1 bit shift after power on

Hi, I'm working with a STM32F446ZET6. In this case, I configured my SPI as slave, and I use the HAL_SPI_TransmitReceive function.The problem is that when the slave shoud respond with the value 0x11, I receive 0x22 on the master side.I have checked th...

Saredo by Associate III
  • 984 Views
  • 5 replies
  • 0 kudos

Resolved! P-NUCLEO-IHM002 doesn't run

I have a brand new P-NUCLEO-IHM002 out of box. I configured it according to the instruction. however, when power up, D11 on IHM07M1 is not light at all. when i push the blue button, no response. LD3 on Nucleo-F302R8 is on, LD1 is flashing. Can you he...

SLi.11 by Associate II
  • 686 Views
  • 3 replies
  • 0 kudos

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
  • 402 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
  • 1372 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
  • 407 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 ...