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 dragonight_x

  1. dragonight_x

    What is meant by watchdog timer in Embedded OS?

    Re: operating system A watch dog timer is -as the name suggests- a timer. It’s a special timer that should be refreshed (reset) periodically by the programmer and if it is not refreshed within a certain period it reset the Micro controller. The main idea is, if your program is running ok then...
  2. dragonight_x

    Difference between simulators@emulators

    difference between emulator & simulator The simulator simulates the behavior of your system through software, so you can simulate a program that will run on a microcontroller or on a FPGA. And you can simulate the behavior of a hardware system using mathematical equations. on the other hand...
  3. dragonight_x

    Different between Timer and Counter

    Watchdog is a built in timer, this timer has to be refreshed periodically or else it will reset the microcontroller. As a programmer it is your responsibility to refresh the watchdog timer within your program, so if your program is running properly then it will be refreshed. However, if your...
  4. dragonight_x

    Bluetooth..................what does this do....?

    Bluetooth is an industrial specification for wireless personal area networks (PANs). Bluetooth provides a way to connect and exchange information between devices such as mobile phones, laptops, PCs, printers, digital cameras, and video game consoles over a secure, globally unlicensed short-range...
  5. dragonight_x

    What is the definition of an RTOS?

    Re: what is RTOS?? RTOS is short for Real-Time Operation System, A real-time operating system (RTOS) is a multitasking operating system intended for real-time applications. Such applications include embedded systems (programmable thermostats, household appliance controllers, mobile telephones)...
  6. dragonight_x

    What is the main goal of creating viruses?

    Re: why viruses ... help Well, there are viruses and there are also spy-wares, ad-wares and worms. Viruses harm your computer and they have different degrees, it could be a simple virus which will only slow your computer down or make the size of the files very big and it could be a dangers one...
  7. dragonight_x

    difference between overloading and polymorphism

    Actually, overloading and polymorphism is the same thing ………. Let me give you an example: Say you have a function that prints what you send to it (int, char, …..) In case you don’t use overloading (polymorphism) you will need to make a new function (a different function) for each type: void...
  8. dragonight_x

    difference between Java (J2ME) & SymbianOS mobile handse

    Re: difference between Java (J2ME) & SymbianOS mobile ha Well, the thing is SymbianOS is an operating system for Mobiles and PDAs and so on, but J2ME is not an operating system. J2ME is a programming platform …… It is like windows and java on your computer or Linux and java, windows and Linux...
  9. dragonight_x

    Embedded C test questions with answers

    Re: Embedded C questions Nice :D So were they test questions or so ?!
  10. dragonight_x

    Embedded system training course

    embedded systems course in egypt I’m very interested it this topic as well and I agree with you guys ……….. Having online courses is not a good idea
  11. dragonight_x

    What does EDA tools mean?

    Re: What is EDA tools? Yes, you are right. EDA is a part of CAD sotware ........ :D
  12. dragonight_x

    A simple doubt in C !

    I totally agree with lambtron and echo47, ++X and X++ are two different things. Maybe if your code was: ++X; X++; Then there won’t be much difference but since you added an “=” to the expiration they will have two different effects.
  13. dragonight_x

    what is the prob with my sys ?

    Well, I’m sorry to inform you that your computer has been infected with Viruses. First try uninstalling and then reinstalling the IE then you need to run an antivirus programme and scan the computer. If that doesn’t work then you will have to reinstall windows and setup a strong antivirus. And...
  14. dragonight_x

    Are Intel Core 2 processors compatible with Linux and Cadence?

    Re: core 2 due and linux I believe its ok, go ahead

Part and Inventory Search

Back
Top