STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL UART RX Pulls Down

Hello,I am currently using a STM32F429ZI-DISC1 Discovery Board.I tried to get a UART tranmission going through CubeMX/HAL Drivers. Transmitting data works perfectly fine but when trying to receive any data I don't have any chance. So I was looking ov...

0690X000008BTZUQA4.jpg
bsch1 by Associate II
  • 2018 Views
  • 8 replies
  • 0 kudos

Resolved! How to quit a gap between 2 synchronized PWM?

Hello everyone!I have 2 fixed PWM of 40kHz (TIM1_CH1, TIM1_CH1N) and one modulation at 80 kHz fitted into the others, matching the steps by zero.Instead of this, I have this signals:There is a gap between them of 1us.This is the timers declaration: v...

0690X000008BTTvQAO.jpg

Resolved! CAN-bus transmitting but not receiving

I have a setup with a STM32L452 Nucleo-64, and has connected a CAN transceiver to it. This is in turn connected to a CANDO dongle to a PC. With the current setup I'm currently able to transmit data from the STM32 to the PC with no fail. The reception...

FDane by Associate II
  • 1981 Views
  • 2 replies
  • 0 kudos

Clock configuration using different oscillators

I am trying to adapt some code generated in Cube-MX for use on the STM32F4RG used in two very similar projects. The code was written for a drone flight control board and the oscillator used https://www.digikey.com.au/product-detail/en/murata-electr...

pedro1 by Associate II
  • 492 Views
  • 2 replies
  • 0 kudos

I2C Repeated start generates interrupt, but SR1 == 0

I'm using i2c to connect MPU6050 in asynchronous mode (means interrupt driven). I've implemented dfa for that. Everything works fine, but there is strange interrupt right after Re-Start. SR1 == 0. Right after second read of SR1 there is right value (...

OKatk by Associate II
  • 623 Views
  • 4 replies
  • 0 kudos