• Ethernet example for LPC4357
    Hi everyone... I want to use Ethernet in LPC4357 cortex controller... PHY I am using is LAN8720i IC. I have found one .c file regarding LAN8720 driver in CMSIS in KEIL. I am searching for...
  • UART I/O on LPC4357 using Keil uVision
    Hi, I am trying to setup UART1 communication on the LPC4357 device. This is the first time I am using an ARM device, I usually use AVR ATmega devices. Now, to setup an I/O stream, I used (line...
  • LPC4357 write file to Flash
    Hello, I need to develop an application that reads a file in a SD card and write its content to LPC4357 Flash memory. Do I need to format the LPC4357 memory in some filesystem like FAT? Is...
  • LPC4357 USB0_CASZ on FTP
    Hi I am using LPC4357 and working on USB host and FTP. MSD via USB0 is storage for FTP server. here I have a problem with USB0_CASZ("File System Cache") value when I set it to 16KB it so fast...
  • 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...