STM32 MCUs Products

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
  • 1387 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
  • 642 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
  • 591 Views
  • 2 replies
  • 0 kudos