• Interfacing an LPC2119 with a MAX3100
    Been trying to get a MAX3100 (UART-SPI interconnect) to work as a slave to an SPI Master in the LPC2119. Can't seem to get the clock to run (no pulse at pin), though Master mode is enabled. I'm out of...
  • Routine for LCD
    I want to print some float variables in my lcd, could someone tell me the way how to convert my float variable into a string and then print it into my LCD thanks
  • FAR routines
    I use xbanking.a51 code for far pointers, where defined routines (?C?CLDXPTR, ?C?CSTXPTR, ...). When i use FVAR, disassemler show me that linker use C:0x0E35 120572 LCALL C?CLDPTR(C:0572) ...
  • i2c routine
    -i am interfacing the 8051 with the 24c64 -in that some values are manually written to eeprom and some are stored using program -i am accessing the location 195th to (195+60)-range which is not used...
  • itoa routine
    Keil provides an atoi (char to integer conversion) function in its standard libraries. I can't seem to find the reverse routine itoa (integer to char conversion). Does one exist? Which library should...