Posted on August 22, 2015 at 13:26
Hello,
I have a problem with my initalisiation code for an STM32F205RB Microcontroller.
I want to use four PWM Output Channels on the TIM1, but only the Channel 4 work properly. The other channels d...
Posted on July 22, 2014 at 22:13I use the STM32CubeMX for the new STM32F3Cube Framework. I don't see any possibility to connect an ADC and COMP feature on the same pin? Thanks! #same-pin #adc #stm32cubemx #comp
Posted on September 03, 2015 at 15:21
Thanks for the help. I found the bug in the code. The uninitilized variable ''sConfigOC.OCNIdleState'' and ''sConfigOC.OCNPolarity'' was the problem here.
With the additional code
sConfigOC.OCNPol...