• Write platform independent code.
    Hi Fellow STudents of software archeticture, I am writing an program for one application in C / C++ which should run on all target controller architecture like 8051 , AVR, PIC , MSP430 or ARM7 and...
  • Choosing the right platform for embedded software development
    Developing software is hard. Developing embedded software is even harder. Besides contending with traditional pitfalls such as syntax errors like missing colons, logical errors like setting a variable...
  • TO CHECK WHETHER RS 485 IS WORKING
    Inorder to check whether my rs 485 is working,i had connected my lpc2378 (rs485) with my PC through ADAM-4561(1 port isolated USB to RS 232/422 485converter).when i open the hyperterminal to see the...
  • Library dependency
    I have a uv2 project that includes a custom library. Can I add a dependency to the project to automatically build when I change my library, and if so how? Thanks in advance, Walt
  • dependency list
    Is there a way that I can a print a list of all files, including dependency files that are used in a build?