• 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
    Hello, Are there any examples availabe for creating a virtual com port via the USB port on the STR7EVAL board? I would like to be able to transmit data from hyper terminal to my STR7EVAL board...
  • 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...