hello,
i m using stm32 controller. but i have a problem . i have loaded code to generate pwm on pins of controller but i didn't get it when i check on pins. program is okay as i have tested on board. connections and power supplies are also okay. then why this happens? can anyone give me solution?
Hi
Which STM32 device are you using specifically ?
You can also take reference from below links: http://www.keil.com/download/docs/354.asp http://www.keil.com/download/docs/355.asp
Also, you wrote: "program is okay as i have tested on board."
It means you are able to get PWM output.
So, where and what exactly the problem is ?
You can also check it by debugging the code.
Hello sankalp,
Thanks for your attention.
now problem has been solved. i tried to combine codes for LCD as well as timer. code for lcd and timer are of different frequencies. so either LCD works or timer...so i needed to change frequency as timer also works on 1 MHZ. and then it is working....