Posted on October 04, 2013 at 22:58
Hi,
i've been looking around for a solution to this for some days now, but nothing, maybe someone of you can help me. I have the following code:
TIM_TimeBaseInitTypeDef TIM_TimeBase_InitStructure...
Posted on October 05, 2013 at 13:29Ah, thats the table i was expecting to find in the F3Discovery manual ;)Thx dude!Still no success with driving the BLDC. Should work with those numbers, but it doesn't. It's the right cycle-length of 20ms, tried th...
Posted on October 05, 2013 at 02:44ok... that worked, now i've got a signal similar to the one on the F0. THX!But whats the Difference between #define GPIO_AF_6 ((uint8_t)0x06) /* IR_OUT, I2S2, I2S3, SPI2, SPI3, TIM1, TIM8 */ and #define...
Posted on October 04, 2013 at 23:37
This is my working F0-Code: (well working in terms of having some kind of output, but nothing that drives a BLDC)
void PWM_Demo::Init()
{
/* GPIO Configuration */
Config();
/* TIM1 Configuration */
RCC_...