User Activity

Posted on December 01, 2015 at 22:37Hey, I'm trying to use the TIM3_ETR on the STM32 nucleo board. I've seen a lot of code for what I want to do, but using a different library. I'm currently using the stm32l4xx libraries and can't figure out the equ...
Posted on August 24, 2015 at 18:43Hey guys, I am using an STM8S003F3 and am trying to implement a watchdog timer. I have been using the IWDG functions from the standard peripheral library and it seems to work, but once I enter HALT mode I can't rese...
Posted on May 26, 2015 at 21:06Hey guys, I currently have an STM8S003F3 that is being powered by a battery. I want to be able to read the battery voltage, but am trying to reserve pins. I am trying to read the battery voltage off the Vdd pin and com...
Posted on May 20, 2015 at 23:52Hey guys, I recently wrote some code to turn on Timer1 channels 1-3 and Timer2 channel 1 as PWMs to pulse a few LEDs. This code was originally written for the STM8S003K3, but I am now trying to switch over to an STM8S0...
Posted on May 19, 2015 at 00:24Hey guys, I've been told that when using COSMIC to program my STM8S003F3 I should have a code size of 8 kilobytes. Currently my code size is at 3846 and I am getting a text size overflow. Is the 8 kilobytes not the tru...