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 navenmou

  1. navenmou

    what board to buy to start embed Linux

    Yes,.. I agree with raulina. There is a board called beagleboard which is more power full. But cost is around 150US$. You can install any real time OS which you want. Now a days boards are coming inbuilt linux image on SD card. Check the beagle board website https://beagleboard.org/ so that...
  2. navenmou

    New in C, swapping names

    Hi Johnston, I think below code should work for your requirement.. #include<stdio.h> /* function to reverse a string */ void reverse(char *start, char *end); /*Function to reverse words*/ void reversewords(char *s) { char *word = s; char *temp = s; /*start reversing the...
  3. navenmou

    How to setup my beagle board output to LCD using HDMI

    Hi All, I'm working on QNX Neutrino. I built QNX BSP OS image on TI OMAP 3530 Beagle board. Now i want to connect my beagle board output to LCD monitor using HDMI cable. I've done that work also. But my LCD not displaying anything in HDMI mode. And Every time LCD displaying message, i.e "Mode...
  4. navenmou

    Doubts regarding QNX Real time OS

    Hi All, I am going to be changed into QNX RTOS driver development for handheld devices. I don't have much idea about QNX OS. I have some doubts in QNX 1. Which type of OS is this. I mean is QNX is kind of Linux or any thing else?? 2. How will be future for QNX. If any have, Please send...
  5. navenmou

    Doubts in Real Time OS (Micro-C-OS-II)

    Hi All, I have some doubts in RTOS. Those are 1. - Explain the architecture of micro-C-OS-II? 2. Explain the process of booting up in RTOS 3. What is time tick hook? 4. Explain the process of porting an operating system to an architecture? Please give me reply for above questions.
  6. navenmou

    basic query about real time operating system

    The key difference between general-computing operating systems and real-time operating systems is the need for " deterministic " timing behavior in the real-time operating systems. Formally, "deterministic" timing means that operating system services consume only known and expected amounts of...
  7. navenmou

    How to start developing drivers for Android

    Hi All I am interested to work in Android Device Driver Development. But I don't have sufficient documents regarding Android Kernel. Could anybody please share their ideas and documents regarding Android Driver Development.. Thanks in Advance...
  8. navenmou

    RTOS Task Local Variables

    Each task that is created will consume memory and this usually has to be defined when the task is created. The task’s stack is used to store all of its local variables, function parameters, return addresses and a copy of the processor registers when the tasks is ‘swapped out’. Each task has the...
  9. navenmou

    Difference between RTOS and general OS ?

    Hi, Please find the below attachment... I think this might be help full to you...
  10. navenmou

    Difference between Cent OS and LINUX

    Hi All, What are the difference between Cent OS and LINUX operating systems. And which one is better??
  11. navenmou

    How to start with Android Programming?

    1- In Eclipse->Window->Preferences->Android, make sure you have set the SDK Location then Apply and press OK 2- Select File->New->Android Project 3- Click on Create project from existing samples 4- Select the SDK version and select the sample you want **broken link removed** [Android] Import...
  12. navenmou

    WiMax MAC Layer Development in C

    Hi All I want to design WiMax MAC Layer using C coding. Can any share their ideas and some guidelines to me...
  13. navenmou

    Basic question about os kernel

    I think communicate with the user is the task that is not performed by kernel. Upto my knowledge system calls are methods to interface the user programs to Kernel.
  14. navenmou

    Incrementing IPv6 address

    Hi.... Please check the link. I hope it will use full for you. This link have program for both IPv4 and IPv6. **broken link removed**
  15. navenmou

    change username

    Thanks alexan...

Part and Inventory Search

Back
Top