• RL-TCPnet crash when send and get at the same time
    Hello everyone, I'm working on a web service with RL-ARM libraries that I want to send some parameters with AJAX as .cgx file and the same time I want to create socket and then send a lot of data to...
  • RL-TCPnet crash when send and get at the same time
    Hello everyone, I'm working on a web service with RL-ARM libraries that I want to send some parameters with AJAX as .cgx file and the same time I want to create socket and then send a lot of data to...
  • UART transmitting interrupt handler
    Hello I am facing a problem in the following code. code :- #include "LPC318x.h" void IRQ_HANDLER(void) __irq { PIO_OUTP_SET = 0x7EFFFFFF; PIO_OUTP_SET = 0x7EFFFFFF; } int main (void...
  • UART TRANSMITING THE DATA
    HELLO I TRANSMITTED THE DETA THROUGH UART 2 IN LPC 1768 BUT STILL I CHEK ALL RAGISTERS AND ALSO DATA SHEET I TRANSMITTING DATA UART TO UART HELP OF MCP BUT STILL IT IS NOT TRANSMITTED ACCORDINGLY...
  • UART transmitting wrong char
    Hello, I am trying to set UART connection for the first time. I have a LPC2138 protoboard and I want to use its UART to transmit char A to bluetooth module RN41 via its UART. I managed to send something...