User Activity

I cannot get timer 1 channels 3 or 4 to output a PWM. Here is how I have it initializedstatic void _vBl_initGauge_PWM(void) { TIM1->PSCRH = (u8)((sBL_PWMoutConst.PSCR >> 8) & 0xFF); TIM1->PSCRL = (u8)sBL_PWMoutConst.PSCR; TIM1->ARRH = (u8...
Posted on September 23, 2014 at 17:41I'm not even sure what to ask so I'll explain the problem as best I can. I did search everywhere for an answer. Anyway, I have an embedded project with a STM8S208C8 micro. I developed the project in C using ST Vi...
Posted on November 28, 2013 at 18:44I am new to ARM and am trying to create my very first project using an STM32F372CC micro. I have a prototype board connected to a STM32L discovery board. I am using Keil uVision V4.70.0.0. I can compile and downlo...
Posted on October 18, 2013 at 16:42I'm using the Cosmic 32k compiler version 4.3.6 and STVD Version 4.3.1 for a project with an ST8S208C chip. The problem seems to be the compiler. Whenever I do 32 bit math while interrupts are on, I occasionally se...