Posted on May 17, 2011 at 11:36hello smiles Looking at your .ld file the running design use FLASH0 and FLASH1 both in segment 0 (first 64 Kbyte) and probably you are using compact memory model. Move both FLASH0 and FLASH1 in FLASH3 using the same me...
Posted on May 17, 2011 at 11:36hello smiles My be you have an undefined or wrong ISR (Interrupt Segment Register). Before enabling interrupt you must set ISR to point to the segment containing the interrupt VECTOR table and interrupt service routine...
Posted on May 17, 2011 at 11:35Hello All, About External Interrupts I read on the manual that the IP bit in the EIPR (External Interrupt Pending Bit) may be set by the programmer to implement software interrupt. My question is this: Using the instru...