STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 575 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
  • 715 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
  • 2538 Views
  • 6 replies
  • 0 kudos