Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by tom324

  1. T

    VxWoks under VmWare with network connection to host

    VmWare & VxWorks The original post is over 6 years old, but thanks for reply anyway. I have managed to make vxworks running on vmware in the mean time. The solution is to modify ln97xEnd.c AFAIK, this is specific to vxworks version 5.5.x and VmWare. BTW, the attachment form the link can not...
  2. T

    Uncrustify - Source Code Beautifier for C, C++, C#, D, Java,

    Open source, free and better than all commercial tools ! Source Code Beautifier for C, C++, C#, D, Java, and Pawn http://uncrustify.sourceforge.net/ Tom
  3. T

    WSHDCOM - serial port monitor

    A friend of mine has made a serial port monitor program: **broken link removed** wSHDCOM is a program for debugging serial communications. It give you posibility to send data via serial line and receive it. All of this data are displayed as live hex dump view. And this is not all! Using...
  4. T

    Looking for the source code of 3DES

    help for source code h**p://www.eskimo.com/~weidai/cryptlib.html Tom
  5. T

    Where can I find IDA pro 4.51.770 disassembler?

    IDA pro 4.51.770 IIRC, IDA 4.3 for x86 is a free version. Google will help you in locating the download link. Anyway, it is not a beginner's tool and, if you know what needs to be done, it often easier to code from start. Tom
  6. T

    Looking for VxWorks codes

    Re: ANOTHER REQ FOR VXWORKS BSP directory of your Tornado installation should contain a lot of examples on how to write a driver for some HW. Here is what I found gripping on I2C in my 'target' directory. Problably not what you are searing for but a good starting point. BTW, google groups gives...
  7. T

    [OT] Req: Megane service & repair manual

    I am looking for Megane service & repair manual Megane classic 1.4E RN 1999. Tom
  8. T

    C++ function for plotting a graph

    graph c++ This board is not the best palace to learn C++ from the beginning. Try with Stroustrup's book and some book related to programming graphic for Windows Tom
  9. T

    salaries for embedded engineer

    highest salary in europe LOL. Seems that you (ME) have an easy living in the USA :) AFAIK, all the salaries in Europe are per MONTH. At the moment experienced programmer can earn up to maximum 1000 EUR in Croatia. Unemployment is about 30%-40% and is very hard to find a new job, finding a...
  10. T

    Looking for forum about reverse engineering

    revers engineering forum https://www.google.com/search?hl=en&ie=UTF-8&q=reverse+engineering+forum&btnG=Google+pretraga&lr= Tom
  11. T

    why TI=1 before printf()?

    It has been 8 years since my last project for 8051 but if I remember correctly printf function is implemented by polling (and not interrupt driven). Basically, print first checks for char to be transmitted before new one is placed in SBUF. The char has been sent when TI is 1, so setting TI to 1...
  12. T

    C/C++ source code analysis tool?

    It is a good idea to check Gimpel's site every now and then to update Lint. Current version is 8.0p. Tom
  13. T

    mixing c with assembly

    Make a C program with call to perform_xaveraging. Force C compiler to generate assembler output and check how arguments (auto char a,auto char b) are placed on stack (or some other way). Now make the same in assembler. Tom
  14. T

    Is there a tool to read routines from library files ?

    Library is just a collection of object files. If you want ASM source out of some specific routine (in obi file)there is not other way except to disassemble it. Tom

Part and Inventory Search

Back
Top