• New guy Help- adding two numbers in Embedded C
    hi friends am new to embedded C....... i am tring to write program for adding of two numbers.... But i don't get the result......... My code is #include <reg51.h> /* define 8051 registers...
  • New guy Help- adding two numbers in Embedded C
    i don't what is my mistake i am new to embedded c ,please help me my code is: #include <reg51.h> #include <stdio.h> extern unsigned int getnumber (void); extern void output (unsigned int);...
  • New free visual development tool for embedded systems
    Hi there ! I just found this new software, it's really great ! I can execute my applications directly on my PC microprocessor ! this is perfect for embedded systems, really fast and efficient. ...
  • XC164 Servo testing with MATLAB GUI
    Hello guys, I want to generate a PulseWidthSignal with the CAPCOM2 or CAPCOM6 unit. In addition i want to establish a connection with MATLAB. The goal is to send data from am MATLAB GUI to my XC164...
  • Hi Guys,
    Iam using ISR routine for my program. My code was in C Language.But Inline Assembly SRC file is enabled. How to write an ISR routine by enabling SRC and In Line Assembly. Please Reply If some knows...