• Implementing USB Mass storage as floppy msc
    Hi to all, Recently I download mdk5 USB msc example and then I programme it to my lpc1788 board and when I connect it to my computer windows recognize it as USB flash disk. Now I want change this project...
  • KEIL PK166 installation on NT
    I just want to know are there specific installation instruction to load KEIL on NT systems? If yes, please let me know where can I find it. We are facing problem with Keil s/w in two of our installations...
  • Casting without warning
    Hi, I really like to compile all my code with the highest warning level and having the beautifull result of 0, errors and 0 warnings! The problem is that I need to access to functions as pointers...
  • Running Application Without Debugger
    Is there any way to compile and download an application without the debugger present. I don't need the debug features, and just want to compile, load, and run the application. Thanks for any help....
  • Monitor for XC164CS without external memory
    I'm working on a monitor for XC164CS-32F without external memory. The monitor should reside in the built in flash (0x0c00000) and use the internal RAM (0x0CE00-0x0CFFF) for its data. The user...