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 kumi19

  1. K

    Embedded Linux or RTOS

    hello all , i am a s/w engineer having three and half year of experience .I am into driver develpment from past one year now i want to change my job and the domian . I am interested in telecom or SetUp BOx domain .My concern here is i dont have a hands on experience on any RTOS i know the...
  2. K

    linux support embedded programming or not

    yes linux gcc supports embedded ... u can go through this link for furrther information **broken link removed**..............
  3. K

    How to store 1 bit of data without power?

    Re: store 1 bit of data data is represenation of voltage levels either 1 or 0.we cant store data with out power.
  4. K

    What is the definition of an RTOS?

    what is rtos RTOS is realtime operating system...which is very time critical the response from the rtos should be in the specified time limit..real time has can be classified has hard realtime and soft real time systems... in hard real time the response should be within the time limit whereas...
  5. K

    What is the function of OSAL layer?

    why do we require osal layer ....what is the need to go fr the osal layer?????can anyone pls explain and give the link where i can find info regarding this... thank u in advance
  6. K

    Details on RTOS from the basics

    Re: rtos. u can refer this site where u can get the details of rtos frm the basics http://www.freertos.org/[/url]
  7. K

    How many address lines will a 2k memory have?

    Re: address lines ya i completely agree with u sir......its correct...
  8. K

    How many address lines will a 2k memory have?

    Re: address lines i dont think the address lines depend on the data lines it is irrespective of the data line it is solely dependant on the memory size...i think for 2k size memory irrespective od the data line it takes 11lines to access the location ..... can u pls explain how ur logic what...
  9. K

    INTERRUPTS and TImers in 8051

    interrupt using c 8051 code if ur using keil compiler u can use interrupts and timers....u can refer mazidi text book for further references where he has clearly explained the concept of interrupts and timers using c language in keil compiler
  10. K

    Why the interrupts in 8051 slow down the code?

    Re: 8051 Interrupt microcontrollers dont poll for the interrupts as polling decreases the efficency of the cpu.. ur polling only to see whether a key as been pressed r not.....
  11. K

    difference between "open" and "fopen"

    Re: difference between "open" and "fopen&quot fopen is available on any hosted ANSI C system and operates according to ANSI C. The existence and semantics of open depend on each system. > On Unix, open and related function (such as lseek, read, write) each results in a transfer across...
  12. K

    what is difference between binary semaphore & mutex

    difference between binary semaphore and mutex "Mutexes are typically used to serialise access to a section of re-entrant code that cannot be executed concurrently by more than one thread. A mutex object only allows one thread into a controlled section, forcing other threads which attempt to...
  13. K

    Difference between User Mode and Kernel Mode

    kernel mode is the supervisor mode where everything is allowed. whenever there is a system call execution changes frm the user mode to the kernel mode..kernel mode executing a system call is on behalf of the calling process.... in user mode direct access to the hardware and the memory is...
  14. K

    How to allocate an address to the header file of a driver?

    i want a header file to be shared by 2 arm processors .hw do i allocate the address to the header file and pass this address to these processors... very urgent pls help...
  15. K

    How to map virtual memory into physical memory using C?

    mapping of memory no it should be explictly done during coding and has used in the same way....

Part and Inventory Search

Back
Top