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 raja.bhavanam

  1. R

    Who is paying better? Marvell:Broadcom:Qualcomm

    you can find salary range here www.glassdoor.com
  2. R

    C question on datatypes

    Hi, Recently I came across the below C question. I know the output but I want to know how compiler will analyse the comparison. Appreciate your views Thanks, -Raja signed int is = -1; unsigned int iu = is; signed char cs = -1; unsigned char cu = cs; if (is...
  3. R

    List of RTOS available today

    Hi, Now-a-days every company(mobile manufacturer or chip vendor) is developing there own RTOS. Does anybody have a list of RTOS that are available today? Thanks, -Raja
  4. R

    Arbitration lost in I2C protocol

    arbitration lost How to avoid arbitration lost in I2C protocol? Any sample source?
  5. R

    VxWorks tutorial and books

    vxworks books VxWorks h**p://www.eelab.usyd.edu.au/tornado/docs/books.html h**p://www.xs4all.nl/~borkhuis/vxworks/vxworks.html
  6. R

    Recommend me books on embedded systems

    Re: Embedded VxWorks **broken link removed** http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html
  7. R

    MultiProcessor architecture

    Hi stransno, This following link is not available in the forum...if u have can u send it to me Multiprocessor Systems on Chips Ch4. Architecture of Embedded Microprocessors
  8. R

    MultiProcessor architecture

    Hi, how to provide an interface between two processors .... how the data transfer will happen between those two processors.....
  9. R

    needed gecko source code ..

    gecko source hi all , i needed gecko source code as a seperate module..... i am able to get gecko as a part of mozilla.... can anyone tell me how to get gecko source code as a seperate module...
  10. R

    Recommend books for an RTOS beginner

    rtos beginner its better first start with RTOS concepts like 1)How RTOS is different from General purpose OS 2)RTOS features 3) scheduling concepts concentrate more on priority inversion and priority inheritance concepts..... then u can easily go though any particular RTOS
  11. R

    Zombie process in Linux

    linux i think the process which still alive even after its parent process is died...
  12. R

    Is symbian OS Real time

    i think it will come under embedded OS....
  13. R

    what is the difference between macro and the inline function

    Re: c macro's doesnt check for syntactical errors for inline there is syntactical check .....

Part and Inventory Search

Back
Top