• PROGAM FOR INTERFACING LCD
    REQUEST TO SEND PROGRAM .
  • why this progam in RTOS not running?
    This is my source code, very simple. #include <rtx51.h> #include <stdio.h> #include <math.h> #include <REGX51.H> void task1 (void) _task_ 1 _priority_ 1 { P2_1 = 0; os_wait(K_TMO, 100, 0); } ...
  • Multi-tasking...
    I want to read a character input from the keyboard so I used.. getchar(); The problem is, I want to be able to continue on with my program if user does not enter any character from the keyboard...
  • multi project
    Hello everyone, I have created a Multi project using STM32f407VG in Keil Uvision 4, In this i have included three project, out of these two are library project & the third one is the project where...
  • multi channel weighing
    Hi, I am developming a multichannel(4-channels) weighing system. Thinking of multiplexing each channel to cs5560 Adc. please give any sggestions for the same.