• RTC INTERRUPT ENABLE
    my code hangs in following statement while lcd initialization. void RTC_INIT (void) { PREINT=(int)(PCLK / 32768)-1; PREFRAC=PCLK - ((PREINT+1)* 32768); CIIR=0X00000002; //min counter register...
  • STR9 RTC Interrupt
    I was following the program. but it doesn't work. Can you help Are You? Where I'm wrong. /* WakeUp Interrupt Unit(WIU) -> Vectored Interrupt Controllers(VIC) -> IRQ Handler or Vectored Interrupt...
  • STR9 RTC Interrupt
    I was following the program. but it doesn't work. Can you help Are You? Where I'm wrong. /* WakeUp Interrupt Unit(WIU) -> Vectored Interrupt Controllers(VIC) -> IRQ Handler or Vectored Interrupt...
  • RTC INTERRUPT ENABLE
    my code hangs in following statement while lcd initialization. void RTC_INIT (void) { PREINT=(int)(PCLK / 32768)-1; PREFRAC=PCLK - ((PREINT+1)* 32768); CIIR=0X00000002; //min counter register...
  • about RTC interrupt problem
    i m using CDP68HC68T1 RTC to trigger the interrupt once after one minute i receive data from zigbee. however, now the problem is that the interrupt of RTC will trigger once when i receive the data. ...