• Cant get to UART1 interrupt on F067
    I used the SI Labs config 2 wizard to generate the following code and then added the interrupt at the bottom. The only thing I do in my main is try to set TI1 to 1 which should signal hardware to jump...
  • Cant get to UART1 interrupt on F067
    I used the SI Labs config 2 wizard to generate the following code and then added the interrupt at the bottom. The only thing I do in my main is try to set TI1 to 1 which should signal hardware to jump...
  • UART1
    Hi at All In LPC2364 the TX1 and RX1 pin on Uart1 are present in Port0 and Port2,is possible use both this pin for receive and transmit the data from two system? when device1 transmit/receive on Uart1...
  • cant get started
    First time installing a new MCB900 and cant get the thing to recognize the board. I tried both com ports and a new cable. One led is light on the board. I dont know what else to do.
  • Enable UART1 interrupts LPC1768
    /* Enable UART1 interrupts. */ IN LPC1768 VICVectAddr14 = (U32)handler_UART1; VICVectCntl14 = 0x27; VICIntEnable = (1 << 7); BUT ERROR: Serial.c(62): error: #20: identifier "VICVectAddr14" is...