Posted on December 08, 2015 at 10:44
Hello,
im using a STM32f103 with a external digital clock of 10MHz. By the PLL it was set up to 30MHz with fit to our application.
I used the std. perherals library to configure the clock. I a...
Posted on April 03, 2014 at 08:27
Hello,
i am working with a STM32f103 with the integrated CAN controller and i use the std. periph library.
In the function
CAN_ClearITPendingBit(CAN1, CAN_IT_BOF);
the entire CAN_MSR reg...
Posted on January 03, 2014 at 11:50
Hello,
ich trying to create a PWM signal with TIM8 (channel 1). The PWM signal is generated
as expected but only if i run the debugger.
When i turn of the debugger the PWM signal is still running. ...
Posted on January 03, 2014 at 15:17Thank you very much clive1 and sung, i did not initalized the (entire)structure so there were undefined data written to the registers. Now it works, i used the default configuration (TIM_OCStructInit() ) and change...
Posted on January 03, 2014 at 13:48
Hi Sung,
thanks for your suggestions!
I was suggesting you verify the code is running from flash by making a visible change and then power cycle - this should positively show that the code i...
Posted on January 03, 2014 at 13:32
Double check by making a change (eg not turning LED on or something like that) and then test with and without the debugger. As i said, the other parts of the code (blinking a LED) works fine without the ...
Posted on January 03, 2014 at 13:11thanks for reply!! The code is located in flash because other code parts works fine (even after start without the debugger). Its only the PWM generated by TIM8 that doesn´t work, all other code is executed..