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! BSDL for STM32F429VIT6

I cannot find the BSDL file for STM32F429VIT6  any where. Any assistance is appreciated.Thank You

Ahmed by Associate III
  • 713 Views
  • 1 replies
  • 1 kudos

Function of integer calling in another file skipped partly

Being here just 30 seconds.I have two questions, where the first one is about using a typdef union{} in other files, see my code here  // a.h  typedef union{    float vf;    unsigned char vuc[4];  }fc4;     // a.c  fc4 vfc4a;     // b.c  #include "a....

Zy by Associate
  • 653 Views
  • 2 replies
  • 0 kudos

enable css?

I dont understand why this is a option for the mux clock selector. css is a great feature so i didnt find reasons to not enabling.In which cases i should not enable it?

JCuna.1 by Senior
  • 785 Views
  • 1 replies
  • 0 kudos

STM32F103C8 What is CNT_INIT in General Purpose Timers?

HiFigure 120 in the reference manual RM0008 shows the control circuit in normal mode. It shows an update event using the Update Generation bit (UG). See attached figure.I am curious about the CNT_INIT bit, which is a pulse one clock cycle after the U...

0693W000006GD5oQAG.png
AAnth.1 by Senior
  • 568 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F415RG missing bytes on UART RX

Hi,I have a board containing an STM32F415RG and another board containing an MCU from another manufacturer. Both boards are supposed to communicate with each other using RS-232 transceivers. The communication is running at 9600 baud and working well f...

TSchm.1 by Associate II
  • 2792 Views
  • 6 replies
  • 0 kudos

PWM formula timer5 not work

I'm using STM32l152 and use TIM5_Ch2 for generate pwm .My target frquency pwm is 2.85 KHz .I using these parameter:clock frequency = 32MHz htim5.Init.Prescaler = 6;  htim5.Init.Period = 100; I measured pwm on oscilloscope and I measure 2.85KHz with 5...

bfran.1 by Associate II
  • 569 Views
  • 3 replies
  • 0 kudos