Posted on May 17, 2011 at 13:15Hello everyone. I've got timer 2 in a STM32F103VB setup for generating a 1ms interrupt and it works just fine: void Init(void) { RCC_APB1ENR_bit.TIM2EN = 1; // Enable clock to timer 2 RCC_APB1RSTR_bit.TIM2RST = 1; //...
Posted on May 17, 2011 at 12:44Thanks. But that was what I meant by ''the sysresetreq bit''. Still having problems with the reset though, still might be programmer error but I can't find it. It happens when the MCU is switched over from HSI to PLL s...
Posted on May 17, 2011 at 12:44Hello everyone! I'm using IAR EWARM 5.11 a j-link and a STM32F103VBT6 processor. I've been trying to do a reset. I've tried iwdg, the sysresetreq bit and the hw way by nrst. And they all have a common behaviour, I end ...
Posted on May 17, 2011 at 12:41Did you get anywhere on this? I'm also trying to use the hw CRC calculation unit and I'm getting the same results as you and not the results I'm expecting.