Posted on June 17, 2014 at 13:45
Hello everyone. I am creating a hexapod with 18 independent servos, using 18 channels on General - Purpose timers. I have problem with few timers, simply servo is not responding to new compare value. I am using t...
Posted on June 18, 2014 at 07:57
It might be this, but how can I get rid of this conflict? This is not enough?:4
///////////////GPIO CONFIGURATION///////////////
GPIO_InitTypeDef GPIO_PWM;
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOA, ENABLE);...
Posted on June 18, 2014 at 01:46
I have created little test app for TIM5. Channel 1 and 4 are working, Channelse 2 and 3 not. Source code:
void initUSART1(uint32_t baudrate);
void initPWM();
uint8_t g_u8DataReceived = 0;
char g_u8Char...