• Extracting long from data array
    I trying to extract a u32 from a char array and the results are not what I expected. Memory dump shows: 0xA0000680: FF 22 3C 87 01 00 A pu8Buf is set to 0xA0000680 pu8Buf+= 2; // value is 0xA0000682...
  • display the adc data register of lpc2138 in lcd display ?
    Hi I have done the analog to digital conversion in lpc2138.the thing is i need to display the digital data in lcd . the adc data will be in hex format (0x1FD) and that will be stored in the data register...
  • How to extract the data for multiple adc in lpc 2138?
    Hi I how to extract the data for multiple input to adc port in lpc2138 . Here is the code for initialization of the adc and tell me how to extract the data for both the adc void adc_ini(void) ...
  • Extracting program from DS2250T
    I am trying to recover the program from a DS2250T processor and need some help getting things set up. The unit that I need to pull the program from has a 6 pin RJ-11 connector and I need help determining...
  • Extracting characters
    Hi all, Please could somebdy inform me how to extract a character from one string, I mean, MyString="12345"; I want, for example, obtain the third position of the string, "3". Im using Uv2...