• LPC2388 Errata Sheet
    Hi All, can anybody help me from where can I get Errata sheet of LPC 2388 processor Thanks.
  • Cortex A9 errata Arm reference 761319
  • Fix for bug in DS80C390 silicon bug
    I am using the 24 bit addressing mode with a Dallas 80C390 ... there is a bug in the silicon that causes an ACALL to not work if it falls within a few bytes of a 64K boundary ... is there a way to...
  • serious bug how is it fixed
    void DelayUSec (uint32_t Time) { Delay_Done = 0; while(!Delay_Done); } void Handler (void) { if (Stat & 0x01) { if (!Delay_Done) Delay_Done = 1; } } it never come out of my loop ...
  • C51 V6.22 fixes reported bug
    For those who were interested in the pointer incrementation bug reported in my thread "C51 V6.20 & V6.21 still have reported bug" ( http://www.keil.com/forum/msgpage.asp?MsgID=4052), V6.22 now compiles...