• c51: read & transmit more than 1 byte at a time
    I am trying to interface flash to 8051, when i try to read and transmit 2 bytes to PC, it displays only one byte to the terminal have used this same code main(){ TMOD = 0x20; TH1 = -3; // 9600...
  • VLAN bytes not getting transmitted in ethernet packet LPC2468
    Hi I use RLARM and MDK for ARM for LPC2468. I prepare an ethernet frame of type OS_FRAME and send it using "send_frame" in the LPC24_EMAC driver. Everything is fine but the VLAN part. The same...
  • Transmit Interrupt
    Greetings, regarding this link: http://www.keil.com/support/docs/788.htm When I attempt to use the putchar the code seems to lock up at the line: while (!TI_1); When I comment this...
  • Crash when 2 UARTs transmit at same time
    Hi I have a problem on a LPC2478 where if I keep transmiting the same data to both UART0 and UART2 at the same time very soon the micro will crash with a prefetch Abort error raised. I beleive this...
  • Transmit and receive with CAN micros
    Hi I am using atmel's T89C51CC01 to build a Controller Area Network.Does anyone know how to transmit and receive with this protocol.Can someone gimme a code for it:from the controller to the buffer...