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

Unexpected timing with nops

Hi,I am confused with pin toggle timings, why I am getting non equal pulse widths like in the picture, I turn off all compiler optimizations and disable all of the interrupts, code is simple pin toggling. My controller is STM32L431 running on 80MHz.T...

pic2.png
tompa by Associate III
  • 3030 Views
  • 14 replies
  • 8 kudos

Resolved! High AD noise on STM32F103 (bluepill)

This is on STM32F103C8 (bluepill)The A0 is connected to a voltage divider between bluepill's 3v3 and GND,And the output is very noisy. adding a delay did't do not much good```void setup(){Serial.begin(9600);// Enable ADC1 and configure itRCC->APB2ENR...

pilot by Associate III
  • 1133 Views
  • 2 replies
  • 1 kudos

stm32h755 Nucleo M7 debug problem

I am Juan de Jesus, I am a graduate student in engineering. I just bought a NUCLEO STM32H755 board.I am writing a simple code to test this board, an algorithm that makes LED 1 blink.The program compiles very well, and after this, I have made the conf...

SDIO Bit Start Error with STM32F407VGT6 and STM32CubeMX

Posted on January 11, 2015 at 20:46I'm having problems with communication through SDIO. In the initialization process, where are only sent commands, everything works, but the function HAL_SD_SendSDStatus is returning SD_START_BIT_ERR. Informations a...

silas by Associate II
  • 1350 Views
  • 2 replies
  • 0 kudos

Error stm32G030 not specified in the errata file.

When using RTC, the GPIO pin state of PA4 may be corrupted. RM0454, section 23.3.3 says: "In addition, it is possible to output RTC_OUT2 on PA4 pin thanks to OUT2EN bit. Thisoutput is not available in VBAT mode. The different functions are mapped on ...

PBobo.1 by Associate II
  • 3289 Views
  • 11 replies
  • 1 kudos

Resolved! STM32F756 jumps unknown address "BX LR"

Hello everyone,I and my collegue have more than 20 years experience on embedded desing with MCUs. We have a problem which we haven't seen this kind of problem before. I guess someone can help us in here.MCU: STM32F756IDE: Project created from cubeMX ...

1.png 2.png 3.png 4.png
MuratUnal by Associate II
  • 1527 Views
  • 4 replies
  • 2 kudos

Resolved! wrong value for FMODE in RM 0433

The reference manual 0433 Rev 8, p. 900, section 23.5.5 says "This bitfield has no effect when in memory-mapped mode (FMODE = 10)." But p. 901, section 23.5.6 says: "11: Memory-mapped mode".Could someone please let the authors fix this?Thank you.

HRTIM: won't trigger regular channel ADC

Hi,I'm using STM32G474 to drive my BLDC motor, i want to trig low-side phase current sensing ADC when the lower MOSFET is conducted. But the wired thing is even though CMP2 callback did be called by interrupt, ADC also not triggered (ConvCpltCallback...