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 gowthamn

  1. G

    DSP Hardware Design and simulation

    Hi All, I am working as consultant and i am required to design a new DSP board using the TI DM8xx processor. I have done design and simulation using the Altium for ARM9 Samsung S3C24xx, LPC 22xx processors but this DSP hardware design is new to me. I don't know how to proceed in this as i am...
  2. G

    uClinux porting on ARM922T

    why don't u try QEMU for basic simulation of your kernel image. Also since u are using MMU less CPU the memory map needs some modification to protect some sections of RAM without which the system might crash.
  3. G

    Looking for ARM DDI 0062

    Hi, I am looking for ARM DDI 0062 does any one of you have this document? it is listed in ARM website.
  4. G

    S3c2410A Peripheral IP blocks

    Hi, Is there any way to access the Samsung ARM 9 IP blocks? I am currently using the S3c2410A chip and the datasheet is not in detail just mentions about the registers used to configuration. I need to access the IP blocks datasheet to write interrupts. Let me know if there is any way to get...
  5. G

    ARM 9 S3C2410A IP blocks

    Is there any way to view the datasheets of the Samsung S3C2410A IP blocks? Is there any link where i can get this information
  6. G

    ARM Assembly language program

    Which compiler do u use if u are using gcc there is an option to get .asm or .s file using the switch -as. Try that option instead of writing manually
  7. G

    Linux Kernel compilation problem

    Try the following steps extract the source files in /usr/src/kernels/linuxkernel*.*/ directory make mrproper make menuconfig In menuconfig select all the components inside kernel and not as modules. then save the configuration file in the menu. finally give the command make then it should...
  8. G

    Creating tasks in Embedded Linux

    Hi All, I have been working in writing linux kernel and never worked on writing applications. I am required to develop application which reads file from USB drive and copies the data into Flash memory. The design approach was to have multitasking. I am not well versed in creating tasks in...
  9. G

    Install .tar gz Application in Linux

    Just try the Unzip utility tar -xvf ******.tar.gz
  10. G

    How to write BSP to port Linux Kernel 2.6 to ARM 9 board?

    Re: Linux BSP guide I have S3c2410 ARM 9 board.
  11. G

    Which DSP Processor to use

    Re: Which DSP Processor to use????????????? U are using a image application which monitors the environment and also controls. So u should go for floating point processor. Again image processing should have processing capability with more than 10 tasks running parallel, so u should prefer to...
  12. G

    Designing FIR without MATLAB.

    U should use the method of using a window based design, use a kaiser window and set a sampling rate, bandwidth, attenuation. Compute the group delay using mathematical computations. Refer Proakis for designing FIR filter and u will get some nice ideas.
  13. G

    Help required in Linux

    Hi All, I need the Linux BSP guide. Can some one tell me where exactly i can get copy of the book.
  14. G

    I need help to start working with ARM compiler

    try the gcc-arm compiler it is free download it and u can use it along with linux or cygwin in case of windows environment
  15. G

    PCI card with controller

    Yes u need a Host controller IC in case your microcontroller does not have builtin host controller. Other option is to connect a Host bridge like intel 82350 chip or any other suitable chip compatible with your microcontroller and try it out.

Part and Inventory Search

Back
Top