STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Should SSM be 0 or 1 when using SSOE=1?

According to reference manual section 49.4.7 (Slave select (SS) pin management), “Hardware SS management (SSM = 0): in this case, there are two possible configurations … SS output enable (SSOE = 1)�?.​However, according to reference manual section 49...

CHead by Associate III
  • 555 Views
  • 1 replies
  • 0 kudos

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
  • 251 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
  • 403 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 ...