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 thangaduraibeece

  1. T

    Handling Task priority in turbo C

    Hi Thanks for the reply.I tried it and it is working.Is it possible to set the priority from the C program itself by accessing the Windows Os Task Manager from the c program for which i have to set the priority. Regards,Thangadurai.A
  2. T

    Reg:Creation of projects in turbo c

    Hi, Could anyone help me how to create a project in turbo c.I tried to create with multiple files with independent function.It is working fine.But i am supposed to use a global variables.In such a case it is showing linking error
  3. T

    Delay routine of in-built library is not working properly

    Hi, I have written a c program which use an in-built delay loop for having a delay of 150ms.When i check the timing, the delay routne doesn't produce 150 milliseconds delay always it wasonly 50, 60, 70 milliseconds sometimes. I am surprise on seeing this.Because i expected a delay of more than...
  4. T

    Microcontroller execution control flow

    Thanks for your reply David.
  5. T

    Microcontroller execution control flow

    Actually am using AVR controller and also Infineon. What i am doubting in that is, in both the controller i am writing my code form the reset vector location.
  6. T

    Microcontroller execution control flow

    Hi, How can i know that my micro has inbult bootloader or something? Whether the micro datasheet has that information?
  7. T

    Is is possible to generate timer interrupt in C?

    time interrupt in c Hi, When i tied to run my program in pure DOS,COM Port is not opening.Could U have any solution for this?
  8. T

    Microcontroller execution control flow

    Am asking that which one will executing first?
  9. T

    How to use RS232 transmitter interrupt using C?

    rs232 interrupt in c Hi Bob, I worked today with the tolerance of such delay(120 ms).As your advise i planned to try it in a machine running in a DOS environment tomorow. I have one more doubt is there any possibilty to set the priority of the application while running in windows.I found there...
  10. T

    Microcontroller execution control flow

    Hi, I have a basic doubt with microcontroller. When i power on the microcontroller,the first code executing will be the startup code (provided by compiler or created by user) or any other in-built micro code before issuing the control to the user.
  11. T

    Handling Task priority in turbo C

    setting task priority c program Hi, I've a c program and i want to run it in Windows OS at higher priority.So when i come across various forums and net resource, there s a possiblity to do task priority handling for our own C program exe file.Could anyone help me on this?
  12. T

    How to use RS232 transmitter interrupt using C?

    interrupt rs232 windows Hi, I am replying you after my testing. Actually the time between two bytes are getting varied and not is being a constant time gap. What i observed is that it varies from 3 milliseconds to 120 milliseconds. What i am worrying is that i can tolerate a time delay of 5...
  13. T

    Code Optimisation as well as execution time Optimisation

    Hi friends, I have a basic doubts in embedded programming. 1. Will structure implementation rather than using individual data type implementation results in code optimisation and accessing results in execution time optimisation? 2. Programming in C++ or C of Java differs in terms of code...
  14. T

    Is is possible to generate timer interrupt in C?

    timer interrupt dos Hi, Thanks yaar....If it is 55 milliseconds it is beneficial for me.I can use this as a base timer for my schedulings and also could you tell where can i get code for this?
  15. T

    Is is possible to generate timer interrupt in C?

    timer interrupt Hi, If we can able to do it in DOS.Could you able to help in using timer interrupt? I am ready to run this program in DOS. Actually what my requirement is, I need to do a tasks scheduling at the rate of 20 milliseconds and another in 50 ms. In such a situation i need an...

Part and Inventory Search

Back
Top