User Activity

Posted on July 19, 2017 at 00:57Hello,I am attempting to power the STM32F100RB from a battery pack, however I am unsure what needs to happen in order for this to work and the datasheet has been vague/confusing (or I'm missing something). I at first ...
Posted on July 10, 2017 at 03:16Hello,I have set up an encoder interface using SPL stm32f10x_tim.h which blinks an LED every time the motor makes a revolution. I am wondering how I would go about getting direction data from a similar setup. &sharpin...
Posted on July 09, 2017 at 20:32Hello, Was doing some tests with the ODR register for GPIO and noticed that when I load it with 0xFFFF some pins (13-15 for GPIOA &GPIOC) were still off. I have them initialized so I am unsure why they won't come on. ...
Posted on July 08, 2017 at 23:04Attempts to capture external PWM signal with TIM.h library have been unsuccessful. I figured using semihosting to print values to console would be helpful in debugging however the values refuse to change although I kn...
Posted on July 04, 2017 at 22:53Working off the provided example for PWM on STM32F100RB I am able to output varying levels of PWM, however, my attempts to change the duty cycle of a specific channel according to user input have failed. I do not see ...