• Reading values from serial port
    HELLO, I am trying to read the value from serial port uart1 using U1RBR register.I just want to know in which format U1RBR returns the value.can I store that value into array for futher processing. ...
  • Reading values from serial port
    HELLO, I am trying to read the value from serial port uart1 using U1RBR register.I just want to know in which format U1RBR returns the value.can I store that value into array for futher processing. ...
  • reading value from register µvision3
    Hello I am using µvision3 and Arm7 lpc2129 for my application. I would like to display the value, which is read from register on my computer screen. int init_spi_read(void) /* Data is being read from...
  • reading value from register µvision3
    Hello I am using µvision3 and Arm7 lpc2129 for my application. I would like to display the value, which is read from register on my computer screen. int init_spi_read(void) /* Data is being read from...
  • Reading from a port
    Hi, I have just started learning embedded programming on my own. The book I am using (Embedded C Book by Micheal Pont) says: "because of the underlying hardware, we can only read from a pin if the...