• 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...
  • STARTUP.A51 & INIT.A51 FILE INFO
    Hi. I am using uVersion2 IDE. Here after reset, MPU will execute code from reset vector located in Startup.A51 file and after some initialization, it will jump to label named as ?C_START which is defined...
  • 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?? } ...
  • Info LCD
    I have a LCD, and have a problem for sending data in my LCD. When try send data, all task in my program dose'nt work. do you have a exempl Please help me Thanks Ray