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

STM32F407VG Custom Break over UART1 for DMX transmitting

Hi everyone,I am trying to output DMX data over UART1 at 25Hz. Therefore I need a break for 88us. My plan was to take control over the port and set it into GPIO Mode. After 88us I set it back to UART mode. For breaktimes > 250us it works fine. But be...

0693W000006FZooQAG.png
PUrsu.1 by Associate II
  • 1445 Views
  • 8 replies
  • 0 kudos

Resolved! BSDL for STM32F429VIT6

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

Ahmed by Associate III
  • 673 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
  • 611 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
  • 757 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
  • 527 Views
  • 1 replies
  • 0 kudos