Posted on May 17, 2011 at 11:36Good morning to everyone!! Theseday, i am working a slave mode between two ST9s. One of ST9 is a master mode and another is a slave mode. I believe that master mode is working well, becaues i have used it with some sla...
Posted on May 17, 2011 at 11:36I want to implement timer interrupt service routine on EFT. (An overflow occurs when the counter rolls over from FFFF to 0000h) Timer interrupt is occurred by my codes only one time , then neve come back to ISR. to cle...
Posted on May 17, 2011 at 11:35 i have chosed Software Watchdog. Do i have to use timer interrupt to prevent watchdog system reset in watchdog mode? My codes below, void main(void){ spp(WDT_PG); /* select WDT data page */ WDTR...