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

ST, please update Errata Sheets (ES) timely and propagate individual errata of IPs to all related models' ES.

I came across a problem exactly described by this erratum: As you can imagine, this was "fun" to investigate.You may ask, "But Jan, don't you know you should read the Errata first?". Problem is, this is ES for 'G0B1, whereas the problem was observed ...

0693W00000NsqFmQAJ.png

Resolved! F407 Transmits Garbage values after the message via SPI

I was working on a simple SPI transmit code, I am transmitting some string data via SPI Half duplex, the code is like I press blue button on the discovery board, and it transmits data, which I read from logic analyzer, but every time after data is tr...

0693W00000QKJv5QAH.png 0693W00000QKJv0QAH.png
Geetansh by Associate II
  • 1476 Views
  • 5 replies
  • 0 kudos

HAL_I2C_Mem_Read_IT() blocks MCU!

The function is supposed to read the I2C in non-blocking mode.However - quite often - it blocks the MCU for like 2 seconds!As I need to read an I2C in time critical part of my program, this breaks everything.I investigated the function source and I f...

HTD by Senior III
  • 1979 Views
  • 1 replies
  • 3 kudos

Resolved! NEED CLARIFICATION TIMER INTERRUPT FORMULA

I have read a book on stm32, and inside the timer topic, it is stated that a formula to determine the values to be loaded to generate interrupt at specified times which as below:My question is does this formula applicable for all stm32 timers? and an...

0693W00000QKKUtQAP.jpg
WM_IR by Senior
  • 708 Views
  • 2 replies
  • 0 kudos

Resolved! Error: E31 Remote Failure Reply, when starting code in debug mode

Hello all, I am currently trying to get my STM32F411RE code working in Atollic TrueStudio. This project leverages the use of DMA and CMSIS-DSP which are all working in TrueStudio to find freqeuncy outcomes. The issues at hand is that I can upload my ...

NKupe by Associate II
  • 7004 Views
  • 5 replies
  • 0 kudos

While waiting for my STM32H750B-DK, I followed instructions in https://www.youtube.com/watch?v=12KXreXaLp0&t=29s

HiI got these Errors upon compilation:../Drivers/Components/mt25tl01g/mt25tl01g.h:29:10: fatal error: mt25tl01g_conf.h: No such file or directory  29 | #include "mt25tl01g_conf.h"   |     ^~~~~~~~~~~~~~~~~~compilation terminated.make: *** [Drivers/Co...

ksale.1 by Senior
  • 610 Views
  • 4 replies
  • 0 kudos

I tried the Arbitrary waveform generation using timer DMA-burst feature but it doesn't work, can someone help me? F446RE

I'm trying to generate an arbitrary waveform on PA_5 pin, tim2 channel1 in PMW output, using stream5 channel3 DMAI tried to do exactly what is written on the application note AN4776 using a nucleo F446RE but it doesn't work here are all my code:dma.C...

YSall.1 by Senior
  • 2056 Views
  • 20 replies
  • 0 kudos