• Keil Library issue
    Hi, I have created a library for interfacing LCD. I have two files lcd.h containing the defines and function declaration and lcd.c containing the functions. I have added both to project and compiled...
  • compiler issue
    hello all, i have one arm7 kit of lpc2148. and one IDE is provided with it, its name is SCARM, i have written one simple program of led on-off in SCARM and downloaded it and it is working fine. When...
  • serial library function issues
    1. The manual pages for strcpy() and strcat() state they append a \0 to the desitnation string, but they do not appear to do this. (several serial functions do not - most of those manual pages do...
  • EZUSB I2C library issues
    Hi, I'm trying to use the EZUSB I2C library to access an external I2C EEPROM. The library provides the following functions to access the I2C bus EZUSB_ReadI2C() EZUSB_WriteI2C() I've tried...