• arm uart communication
    hi, i have a gps based car following device and its processor is STM32L151C8. i wanna communicate arm cpu with uart serial communication. What do u recommend?
  • arm uart communication
    hi, i have a gps based car following device and its processor is STM32L151C8. i wanna communicate arm cpu with uart serial communication. What do u recommend?
  • Problem with http web server when running simultaneously with uart communication
    Hi, I'm developing an application running on LPC4088 and using Keil SDK. At the moment, I have a WebSever with web pages stored on a SD Card and an UART communication between the board and a PC. ...
  • Problem with http web server when running simultaneously with uart communication
    Hi, I'm developing an application running on LPC4088 and using Keil SDK. At the moment, I have a WebSever with web pages stored on a SD Card and an UART communication between the board and a PC. ...
  • uart communication
    #include "LPC17xx.h" // Device header enum state_t{idle=0,AA,Cal_lnth,Evt_Data_clt,Cmd_Data_clt,Ack_Data_clt,cal_Check_sum}; enum events_t{aa=0x55,event=0x55,BB=0xbb,timeout,ack=0x33,cmd=0xcc,length...