• Cygnal 8051F000 I2C Example Program from keil
    Hi, I included Cygnal 8051F000 I2C Example Program from keil in my current project. The code work properly but when I enable interrupt I code get hang up after some interval. if I make EA=0 and call...
  • Solving L107 _DATA_GROUP Overflows
    This is only my second project with Keil, so I am not an expert, but I have Please read the manual'ed. :) The code I'm working on was released by the manufacturer of the system, which includes an embedded...
  • Error L107 when debugging
    The program before I commented out a section complied and linked OK. When I comment out pieces of the code I get the error ERROR L107: ADDRESS SPACE OVERFLOW Why? and How can I stop the error...
  • L107 Error for functions
    Hi! I have rather a program running on a ADuc 824 (256Bytes DATA RAM?). When I link I get the following errors: ERROR L107: ADDRESS SPACE OVERFLOW SPACe: DATA SEGMENT: ?DT?FNCAPTUREDATA?PTSC_UH...
  • Cygnal I2C Example Programs (Need HELP !!!)
    Hi, I'm using CYGNAL F020, I'm trying to communicate with a I2C LCD wich has 0x50 slave adress. I looked at "Cygnal I2C Example Programs" but its not functional. I'm locked up waiting for while (BUS_BUSY...