• FCARM: Anyone created their own custom one?
    I am in the very late stages of completing a web server using TCPNET. There are a couple of limitations with the FCARM utility that annoy me a bit, and I have thought of coding up my own version of FCARM...
  • FCARM: Anyone created their own custom one?
    I am in the very late stages of completing a web server using TCPNET. There are a couple of limitations with the FCARM utility that annoy me a bit, and I have thought of coding up my own version of FCARM...
  • Linking putchar from a custom library
    Hi, I try to create a library (.lib) file and i have wrote my custom versions of putchar and _getkey functions in it. Debugging the library project as executable the linker links my putchar and _getkey...
  • Linking putchar from a custom library
    Hi, I try to create a library (.lib) file and i have wrote my custom versions of putchar and _getkey functions in it. Debugging the library project as executable the linker links my putchar and _getkey...
  • How to create a USB host custom class for Mdk 5
    I am developing a USB Host Application using LPC1857. I need send data to device with bulk transfer. The MDK-ARM Version 5 only supports HID and MSC in USB Host component. But when I defined micro...