• 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...
  • HID, how to receive/send 512 bytes in one transfer
    Hi, I use LPC2148, I use keil USBHID example code and change hid descriptor like this: 0x96,0x00,0x02, //512 bytes in count 0x96,0x00,0x02, //512 bytes out count question: 1. its that enough To...
  • Accesing 512 bit XRAM on P89C51RD2HBP
    Its there an easy C way to use the extra RAM on the P89C51RD2HABP??????
  • 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...
  • 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...