• to set a pin value
    i am working with lpc2129 to control dc motor i have a problem to set a port pin value to 1 and then to 0 PINSEL0_bit.P0_7 = 0x00; i use the above code but it post an error saying that PINSEL0_bit...
  • Regsiter values while target debugging
    Hi, I'm using a 8xC251TB microcontroller board. I am running an application that gets a character from the external UART and echoes it back. The program runs fine when I download it on the target and...
  • How to read pin value On LPC2468 ?
    How to read pin value On LPC2468 ?
  • baud rate does not exceed 16 bit value
    I am trying to assign a baud rate of 115k to com1. (i.e. mode com1 115200). I get an error that states "Error 189: Value out of Range." By playing around I saw that the maximum baud rate setting is 65535...
  • How can I save the value of SFR?
    Hi,all! I can see the value of SFR in the register window, and I can save the value of R0~R7 to a file in HEX format by the debug commond(SAVE). But the debug commond does not apply to R8~R15. If I want...