• LPC4357-EVB write and read file to SD eMMC
    Hello, I'm using a LPC4357-EVB kit, which has a SD eMMC interface. I found this example that reads a WAV file from the SD and plays it: www.element14.com/.../DOC-62637 However, I also need...
  • LPC4357 UART Example
    Hello, Does anybody have an example using the UART of LPC4357? I'm searching but with no success. Any tip will be very helpful, Thanks.
  • 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...
  • 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...