Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 7 months ago.
Configuring timer and pulse width modulation in Nucleo F103RB
Hello, I am new to this board and platform as well. Can anyone let me know what resources to follow in order to determine what functions to call, what registers to write on and how exactly to write to registers in nucleo f103rb for pulse width modulation.
2 Answers
5 years, 7 months ago.
You might have a look in some user libraries that already do this. Have a look at this one and see if it works. It does an excellent job of handling the ST PWM controller https://os.mbed.com/users/Sissors/code/FastPWM/
5 years, 7 months ago.
Hi there,
ST example
[Repository '/teams/ST/code/Nucleo_pwm/file/c198a0f824eb/main.cpp/' not found]
PWM documentation https://os.mbed.com/docs/mbed-os/v5.12/apis/pwmout.html
Best regards J.