• How to access the stdio library?
    Hi, I'm using the STM32F103ZE uC with Keil uVision4 IDE and I need some functions like 'memset()' residing in some 'stdio.lib' library. Now I don't find the stdio.lib file anywhere in the C:...
  • Errors due to including of stdio header file
    This is code for showing temperature sensed value of UART0 of lpc2138 #include <stdio.h> #include"LPC213.h" // Define LPC2148 Header File #define CR 0x0D #define DONE 0x80000000 #define START...
  • USB CDC
    I m writing program for USB host Virtual com port(LPC1768). May be this question found silly but this is confusing me. Im getting frames correctly upto get line coding After that host is not responding...
  • USB-CDC
    Hi im currently working on USB drivers for LP2468 MCU.I want to send data to the host PC as fast as I can.Since i dont have much knowledge on USB HID development on the PC end Ive decided to implement...
  • USB CDC
    Hi, I am working on LPC1768 and using example USB CDC. It is working on Bulk transfer. I want to convert that example to Isochronous transfer but when i changed the Endpoint number its not transfer...