STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

the phase of PWM output signal with HSE clock edge

Hi In my system using STM32F407, there is a period PWM signal output triggered by external comand. However we find that the phase between PWM singal edge and HSE edge is changed cycle by cycle, is F407 capable to config the phase stable?when received...

0693W000008y4iOQAQ.jpg
jhl14 by Associate II
  • 190 Views
  • 0 replies
  • 0 kudos

Problems with USART transmission using DMA

The problem is as follows, when transferring data via USART, without using DMA, the data is sent (in an attachment). When I start using DMA transfer, no data is sent (in an attachment). Maybe I am doing wrong DMA settings in the USART configurator? I...

VVlas.1 by Associate II
  • 986 Views
  • 3 replies
  • 0 kudos

When will Reference manuals really be usable?

I write code and manuals for 36 years and I've learned that those are too often written by a person who fails to put himself in the readers position. A reader who's not familiar with the topic otherwise the material was not required in the first plac...

EGi by Associate III
  • 498 Views
  • 3 replies
  • 4 kudos

Resolved! STM32G474 FDCAN3 bit timing

Hello All,I am trying to send some classic CAN messages via the FDCAN3 module on STM32G474CE device. I have only pins for FDCAN3 free. My FDCAN clock is PCLK1 with a frequency of 64MHz.When I try to transmit a CAN message, firstly there is no transmi...

ma.alam9 by Associate III
  • 494 Views
  • 1 replies
  • 0 kudos

Resolved! no write access to ADC12_CCR registers of STM32G473QE

Hello,my problem is that i can't get access to the ADC12_CCR register. I activated the corresponding Clock in the RCC_AHB2ENR register. In addition I compare the addresses of the register from the library with the data of the reference manual, they a...

SMein.1 by Associate II
  • 589 Views
  • 3 replies
  • 0 kudos

Resolved! PWM + DMA + 100% PWM duty bug, duplicated cycle

MCU: STM32F411CEU6.IDE: STM32CUBE IDE 1.5.1Timer1 config:PWM generation mode, CH1+CH2No prescaler, Period=549, Repetition counter = 8DMA: Circular mode, memory->periph, halfword, mem increase CH1+CH2PWM start code:// Ensure 32-bit alignment just in c...

0693W000008wriiQAA.png