Posted on October 13, 2011 at 14:18Hi all,I want to run a servo using the STM32 Discovery, if you have a suggestion program torun the servo?or you have a simple code to run the servo on the STM32 DiscoveryThank youRegards,Endy
Posted on October 13, 2011 at 21:34Sorry clive, I really do not understand with this program, if you can give me an example of a simple program to carry out the servo program, because I am a newbieprogrammer, I've tried the program to run the servo ...
Posted on October 13, 2011 at 19:16I want to make a signal to drive the servo to the control signal high and signal low as I included this picture, how to make the signal, I can control with a logic highThanks clive1
Posted on October 13, 2011 at 17:56my servo need a square signals with 20ms, I have tried a timer with interrupt but does can runthis my program:#include ''stm32f10x.h''#include ''stm32f10x_tim.h''#include ''STM32vldiscovery.h'' u16 period; u16 sc...