STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How can I use my MPU5060 on STM32L432?

I found only a way to read MPU5060's values with STM32F :(I tried it on my STM32L but it seems that the suggested libraries are not compatible with STM32L.Can you help me please ?:)

abj by Associate
  • 279 Views
  • 0 replies
  • 0 kudos

Example of CAN RTR response message setup

I have the CAN functioning properly on the STM32F413 using Interrupts for Tx and Rx. I now want to add a response to an RTR message using the STM hardware only. I read the Ref Manual CAN chapter and the Datasheet. I understand how CAN functions and h...

KHule by Associate
  • 446 Views
  • 0 replies
  • 0 kudos

Resolved! How to test TIM1_CH3 for output of PWM ?

Hello everyone, I configured TIM1 for pwm. I will use CH3 and CH4. CH4 works well, but CH3 does not work. Sometimes when I load program first time CH3 works, But When I turn off the power and then turn on power CH3 does not work. Is there anyone who ...

Board: STM32F407G-DISC1, OS: ubuntu 16.04, IDE: Attolic TrueStudio, CubeMX(for code generation), Baud rate: 9600, Time Base Source : SysTick

Hi,I'm trying to receive data through USART2 through Arduino's serial terminal. I'm not able to receive anything. When I suspend the process, it is always stopping at UART_WaitOnFlagUntilTimeout(); . I'm using "HAL_UART_Receive(&huart2, rx_data, 10, ...