• LPC4357 Ethernet through put
    Hi I am using lpc4357 based on MCB4300. Ethernet maximum speed is too low. here is a part of FTP code which is using USB MSD as a data storage: U16 tcp_callback (U8 soc, U8 evt, U8 *ptr, U16...
  • I2C Transmission
    Hi, I have a problem when I want to send data via I2C the program hangs in the line while (!I2C_CheckEvent(I2Cx, I2C_EVENT_MASTER_BYTE_TRANSMITTED)); . this is my funcion to send void...
  • UDP transmission
    Hello, I'm developing an application for an ARM9 uC, on the evaluation board MCB-STR9. I'd like to use the RTOS (RTX application) and implement in a RTOS task a UDP based transmission protocol. Even...
  • serial transmission
    hi all, I wrote a program in Matlab to transmit data through COM port.I am sending the data in integer format. I have connected MCBx51 board to the system COM port to receive it. The assembly program...
  • UART Transmission in LPC2378
    Dear all, I am new to LPC2378..Currently i am developing code for sending a character in serial port....Below i mentioned the code what i have written..but this is not working...i am using keil uvision4...