• Bug report on C251
    Source code: temp = RS232_OutQueue[OutQRdCounter]; /* Get the byte. */ if (ParityFlag != RS232_PARITY_NONE) /* check to see if parity is required */ { ACC = temp; /* stuff a byte into the ACC to...
  • C251 v3.12 bugs
    I upgraded from C251 v2.14 to v3.12 on June 26, 2001. I encountered two bugs while compiling existing sources: (1) Linker issues "Segment located outside class area" and linking stops. (2) Linker implicitly...
  • C251 Compiler options for memory banking
    Hi, I am struggling with getting the compiler set up correctly and was wondering if anyone could please help. Our circuit uses an external flash memory configured for paging. All I am trying...
  • Wrong mapping with C251 v2 compiler
    Hi, I am trying to recompile a project with C251 v2.This project was originaly compiled with C251 v1. In one of my C files I use a string table declared like this : char code *ErrorMess[]={...
  • C251 linker/mapping
    Hello, My code has a problem with I2C. after study, I found it related to link sequence. It include 2 modules, say Module1 and Module2. If I add some dummy code in Module1 to make Module1 size is bigger...