• 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...
  • UART communication
    I am working on a project having three micro controllers.... Out of these three one is master and others are slave.... according to pin conditions of slave,it send some value which is recieve by the...
  • 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...
  • UART communication
    I am working on a project having three micro controllers.... Out of these three one is master and others are slave.... according to pin conditions of slave,it send some value which is recieve by the...
  • 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?