• Reading Pins
    Dear All, I've tried to read the pin of Port1 , but i failed . I should write one to it right ? , how do i read a one again ? If i tried to write the following code,it works without checking the...
  • Debug ini Files & how to use them
    Hello, I searched the whole Keil/ARM Support Resources on how to use the ini File for a debug session. I found the commands for it but no really helpful example how to use them for debbugging. ...
  • read voltage on pin mcb2300
    Dear All, I have a mcb2300 board with LPC2378. I want to read the voltage with Test Multimeter from PIN0.0. I read from Document that this pin corresponds to the PIN 66 on the board. So I set pin...
  • Problem on reading pin.
    I use a LCD 1261B and I don't know why I can both read and write to the LCD in ASM but I can only write but not read from LCD(even I set bit to make the pin ready to read).Do any of you have any idea...
  • Read P1 or Pins?
    look at following code, i have no idea about what does "KEY_RESET" in the "if" statement read from, "P1" or "Pin of P1" ?("Parallel Port 1" window display in the simulator) sbit KEY_RESET = P1^5;...