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

About setting QSPI from ioc

Hi I am testing a STM32H745I-DISCOI am setting QSPI from ioc file by referring to the example code provided by STBelow is the example qspi configuration code​  QSPIHandle.Instance = QUADSPI;​  /* QSPI initialization */  /* ClockPrescaler set to...

0693W00000YAh2kQAD.png

Understanding interrupt latency in the Cortex M0

Hello,Currently, I use STM32F030K6. I programmed timer 3 to have a period of 1μs, but I noticed at the oscilloscope that my signal has a delay of 16μs, so I searched the datasheet and I found this:I wonder if it is at each interrupt?, and how to deal...

0693W00000YAfzLQAT.png
AKENZ.1 by Associate II
  • 1957 Views
  • 5 replies
  • 0 kudos

STM32CubeProgrammer - no st-link detected (win7)

ST-LINK V2 works fine with STM32 ST-LINK Utility and STM32CubeIDE, but ST-LINK V2 doesn't work with STM32CubeProgrammer.Any idea why this might be? I have tried various USB ports and various USB to mini USB cables. I am using original programmer and ...

Resolved! STM32 L412 Timer interrupt not working

I am using STM32L412 microcontroller and doing baremetal programming for timer interrupt. I am using Timer 6 and base clock of 4MHZ is used as HCLK. However my interrupt is not firing below mentioning my code. count variable is also not updatingint m...

SSaiy.1 by Associate III
  • 2431 Views
  • 14 replies
  • 0 kudos

Restart without Register RCC->CSR bits set (STM32F417ZGT6)

Hi there,we have an application which already tracks register RCC->CSR on startup and writes the content to the log files.From time to time, due to (intentionally unfiltered) electrical disturbances in the electronic or external EM pulses, we see the...

Ingmar by Associate II
  • 493 Views
  • 0 replies
  • 0 kudos

I want to write a program for the STM32F303VC board that uses SPI interface to make a comunication between the MCU and the L3GD20 gyroscope and read the values of the 3 axis.

The results are always the same: x=-6.145, y=-6.149, z=-6.149 , even if I move my board. What's wrong?#include <stm32f30x.h>void GPIO_Config();void SPI_Config();uint8_t L3GD20_Read(uint8_t reg);void L3GD20_Write(uint8_t reg, uint8_t data);void L3GD20...

FPalo.1 by Associate II
  • 598 Views
  • 1 replies
  • 1 kudos