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

Resolved! How To Generate A Sine Wave With PWM And GPDMA (STM32H5)

Hi everyone, I'm trying to generate a sine wave using PWM output updated by GPDMA transfer on an STM32H5 device. I'm following this tutorial:STM32 Change PWM Duty Cycle With DMA For Sine Wave Generation However, when I try to implement it with STM32H...

Tzahi14_0-1746391670532.png Tzahi14_1-1746392320144.png Tzahi14_2-1746392622143.png
Tzahi14 by Associate
  • 525 Views
  • 1 replies
  • 1 kudos

Resolved! STM32F402 part number, does it exist?

STM32World Rant #2 - MYSTERIOUS UNKNOWN MCUJust a short rant about the MYSTERIOUS STM32F402. This MCU does NOT exist in ST's catalog, and yet you can readily buy them in China. In this video I will go through the datasheet, find a comparable MCU whic...

Resolved! STM32H723 TIM2 in encoder mode not working

Hello, I have the following problem - I configured TIM2 of STM32H723 in Encoder Mode following all recommendations in the Reference Manual RM0468, chapter Encoder Interface Mode, p. 1694: • CC1S= 01 (TIMx_CCMR1 register, TI1FP1 mapped on TI1)• CC2S= ...

radekbg by Associate
  • 356 Views
  • 3 replies
  • 1 kudos

Resolved! Clock frequency for STM32F303

Hi,I used to run my STM32F303RE at 72Mhz clock from a 8Mhz CMOS oscillator. . Timers8/1 operated at 72Mhz as well. That worked fine. I had to change the CMOS oscillator from 8 to 24Mhz.I tried two modifications, see attachment:a) I changed PLLMul fro...

DetlefS by Associate III
  • 458 Views
  • 5 replies
  • 4 kudos

STM32F411 Documentation-Reference Manual-Error

Hey, I just want to report an error in the Reference Manual for the STM32F411xC/E microcontroller.Reference Manual: https://www.st.com/resource/en/reference_manual/rm0383-stm32f411xce-advanced-armbased-32bit-mcus-stmicroelectronics.pdfPublished on: h...

wolkns by Associate
  • 209 Views
  • 1 replies
  • 1 kudos

Resolved! Why does CORDIC give not accurate results?

Hi all.I have this piece of code: __HAL_RCC_CORDIC_CLK_ENABLE(); CORDIC->CSR |= CORDIC_CSR_NARGS; CORDIC->CSR |= (CORDIC_CSR_PRECISION_3 | CORDIC_CSR_PRECISION_2 | CORDIC_CSR_PRECISION_1 | CORDIC_CSR_PRECISION_0); CORDIC->CSR |= CORDIC_CSR_FUNC_1...

yonatan by Associate III
  • 306 Views
  • 3 replies
  • 0 kudos

Resolved! printf fail to print float type

Software tool: IAR Workbench 9.60#include <stdio.h>#include <math.h>#include <stdlib.h>#include <string.h>#include <intrinsics.h>int putchar( int ch ){    while(!(USART2->ISR&0X0080));   USART2->TDR  = (unsigned char)ch; return ch;} test code:printf(...

STM32L09 by Associate II
  • 262 Views
  • 3 replies
  • 1 kudos