• info
    its a very basic question....i've been trying to use a "float" variable in my calculations in 89c2051 but the compiler reports an I/O error. :S I've included the header file float.h.plz help me with...
  • Browse info
    I have project for stm32 with standart peripheral library. Now i am trying convert project to new mcu with hal library. But if "create browse information" is disabled project compile fast but but if...
  • INFO UART
    Dear All, Is possible to have informations on this code? int sendchar (int ch) { /* Write character to Serial Port */ while (!(UxLSR & 0x20)); Why?? return (UxTHR = ch); Why?? } ...
  • USB info
    Sir, I am New to the USB side.I want to implement the USB which is on-chip in LCP2378 controller. Pls send some info abt USB implementaion
  • lpc
    how to convert uart c51 code to lpc1788 code