Posted on July 03, 2003 at 12:02I use a ST7FLITE0. In the datasheet the EICR is like this : IS31 IS30 IS21 IS20 IS11 IS10 IS01 IS00 There are 4 external interrupts. Best regards, Murielle
Posted on July 02, 2003 at 14:33I want to use port PB0 in entry interrupt falling edge. Configuration : PBDDR = 0xF6; EICR = 0x80; PBOR = 0x01; PB0 is to 0 When I validate the interrupt PB0 (PBOR = 0x01), the interrupt occurs?! The interrupt must oc...
Posted on July 01, 2003 at 05:16I use ST7FLITE05. I want to initialize all the RAM with zero at the beginning of my application. How to do? (code in assembler language?) Thanks, Murielle