cancel
Showing results for 
Search instead for 
Did you mean: 

2 Channel PWM with STM32L

Jay Kim
Associate
Posted on August 30, 2017 at 11:26

Hello,

I'm using Murata's LoRa module which has STM32L inside.

http://www.murata.com/en-global/products/lpwa/lora

This module's timer related output is,

- PB5/LPTIM1_IN1

- PB6/LPTIM1_ETR

- PB7/LPTIM1_IN2

- PB2/LPTIM1_OUT

Now I need to generate 2 PWM output channels with this module

and want to know this is possible or not.

Regards,

Jay

1 ACCEPTED SOLUTION

Accepted Solutions
Posted on August 30, 2017 at 14:13

LPTIM1 has a single output. Use PB5 as TIM3_CH2 to get you second channel

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..

View solution in original post

1 REPLY 1
Posted on August 30, 2017 at 14:13

LPTIM1 has a single output. Use PB5 as TIM3_CH2 to get you second channel

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..