Posted on May 17, 2011 at 15:04As we know that timer 4 is the common timer for STM8S10X and 20X series, A code with timer 4 interrupt can work fine in STM8S20X series,but fails to generate timer 4 interrupt when trying in STM8S103F3 or K3 IC, Has an...
Posted on May 17, 2011 at 12:39Is there information for CoreReset and SystemReset which are in NVIC.c file? void NVIC_GenerateSystemReset(void) { SCB->AIRCR = AIRCR_VECTKEY_MASK | (u32)0x04; } void NVIC_GenerateCoreReset(void) { SCB->AIRCR = AIRCR...