• AGSI - AgsiSetWatchOnMemory C166
    Can someone confirm that the AGSI function AgsiSetWatchOnMemory on C166 (V6.02) is not correct working ?! On C51 (V7.50) this function works ok. What is the datatype and the coding of then second...
  • AgsiSetWatchOnMemory( ) in AGSI doesn't work
    Hi, now i m working on C251 Debugger , using AGSI interface to realize some Peripheral. In AgsiEntry function, i set watch on memory, range 0x1000~0x1fff, run() is a callback function when memorys are...
  • _lror_ doesn't work properly
    Everytime I try to use the _lror_ it works fine several times... but if there's an overflow the variable is set to 0x00000000 //here's the test programm void main(void) { unsigned long test...
  • sscanf does not work properly
    I started to use the sscanf function to parse commands from serial port and found out that it does not work as it must do. Example: int i, j = 0x1234; char c = '\0'; i = sscanf("anything", "%d%c",...
  • does the INTSIO.ZIP work with C166?
    Hello, I would like to use the interrupt driven serial I/O. see http://www.keil.com/download/docs/intsio2.zip.asp but if I use this code I receive following msg: Code: EA=1; /* Enable Interrupts...