• LPC2138 Program not working properly
    Hello everybody, I am using Keil microvision IDE (EVALUATION copy) for my project testing. I am burning hex file through flash magic software using ISP mode. Initially i wrote simple serial port ...
  • interrups not working properly
    hi, I am new to implementing interrupts and arm 7 as well. I have just tried one example after reading the manual as well as some post. I have few questions about the register values. 1)How do we...
  • LPC2148 ADC not working properly.
    Hello, i am using LPC 2148. and configured the hardware for taking the analog signal at P0.28 which is ADC0 channel 1. i am using following code but the output stays 0 or 1023 only. i have...
  • strlen function not working properly
    Hi Guys I am facing a very strange problem related to the strlen inbuilt function in the keil C51. I wrote few functions as follows: Function 1 : void ModMasterData(uChar *,uChar *...
  • 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",...