• 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 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...
  • LPC4357 on-chip SRAM mapping
    Hi I'm working on LPC4357 and I have problem to use all of internal SRAM. LPC4357 has 3 part of memory space for SRAM: 1. form 0x10000000 --> 32KB 2. from 0x10080000 --> 32KB + 8KB 3. from...