• Accesing 512 bit XRAM on P89C51RD2HBP
    Its there an easy C way to use the extra RAM on the P89C51RD2HABP??????
  • Uart interrupt, 512 bytes limit???
    I have de C51 v4.0. My program implements a uart interrupt (CON1). If in come data stream is 600 bytes, to the Uart, it loss 88 bytes, only de firts 512 bytes are detected; but if then arrived other 600...
  • RL-FlashFS - Use Embbeded Flash (512 ko)
    Hi ! I'm trying to implement a fs on embedded flash (LPC2378 512 ko). I used to SD_File demo and adapt to use the Flash drive. When running the demo I have no error reported but no file is saved...
  • 512 bit FFT on ARM Cortex M3
    Note: This was originally posted on 24th February 2011 at http://forums.arm.com Hello All, I am using ARM Cortex M3 and want to implement 512 bit FFT. Has anyone implemented the FFT and would like to...
  • Code to interface lpc1768 with usb flash drive
    hello ! I have gone through the process of configuring usb device controller of lpc1768 using user manual.In order to get started,I want sample code in embedded C to interface flash drive with lpc1768...