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 sameerr11

  1. S

    Watershed algorithm based on connected components

    "An efficient watershed algorithm based on connected components" by A. Bieniek . I have implemented this algorithm in matlab. I am new to image processing field. One image example is given in paper .It is mentioned that taking a gradient image thresholded with an arbitrary value then...
  2. S

    Round robin and Free Rtos

    Hi it s free RTOS... Task t1 waits for interrup by serial FIFO...and then executes...As i mentioned all tasks have same priority. When the application starts, t1 waits for an interrupt, t2 waits for data on q1, and t3 waits for data on q2. When an interrupt comes, t1 unblocks and sends data to...
  3. S

    Round robin and Free Rtos

    Hi, I have designed three task with two Queues to communicate. First task waiting for external Interrupt . First task put data on queue1 at the end. second task block for queue1,where data available it unblock. second task put some data to queue2 and third task block on that.when data...
  4. S

    Intertask communication in SAFE RTOS

    I read safe RTOS user guide. SafeRTOS is inbuilt in Stellaris MCU by TI. I have three task which should work sequential .After i finished my first task ,i want to give signal to second task to start and then second task give signal to third. .I dont know how can i use queue concept to just...
  5. S

    FPGA early I/O pin planning.

    Hello friend , I am working on Cyclon 3 FPGA, EP4C487.I use this FPGA to implement Glue logic.Right now i am not implemeting my software to FPGA, but only designing my PCB. To design schematic of pcb i need to coneect 19 address line and 15 data line (from BF537 DSP) to FPGA.But as it is...
  6. S

    DSP interface with FPGA

    Hello, I am new to DAP and FPGA design.I want to interface DSP BF537 with Cyclon 3 FPGA with data and address bus--- But i dont know, how to start. please give me direction....
  7. S

    How to interface DSP BF537 with Cyclon 3 FPGA?

    Hello, I am new to DAP and FPGA design.I want to interface DSP BF537 with Cyclon 3 FPGA with data and address bus--- But i dont know, how to start. please give me direction....
  8. S

    Altium -SD card connector library(smd)

    hello, i need SD card connector library or foot pritns for Altium.I am new to altium.So i dont know how to deal with this topic ? if any one have this library please provide me or inform me how to creat this ? Thank you
  9. S

    VHDL synthesize error...

    I compiled my code in model sim .it works perfect.but wen i synthesize it to Design Vision tool .It give error and warrning like Warning: /home/eselab010/ex9/datapath.vhd:51: Initial values for signals/variables are not supported for synthesis by default. They are ignored. (VHD-7) Warning...
  10. S

    how to program an atmega32 controller?

    Re: how to do programming? ya but which compile will create hex file... i have eroor of header file in IAR system COMPILEr....what can i do...........
  11. S

    connect winamp with comport

    hi friends i am doing project on winamp controller.in that i have to make one plug inn in winamp side now as i am from electronics side. i dont have good knowledge of vc++.so i give u my code below. and if u want header file than i will provide u .and this file is in .cpp and i want to convert...
  12. S

    Plug inn for my project winamp

    hello friend i am doing project on win amp controlle. i am making remote for winamp.using ATMEGA 32. now i have one problem.for conncet winamp with COMPORT i have to devlop plugiin. i done it in CPP language.now how can i use this cpp file. or how can i run it . i have also one free...
  13. S

    how to program an atmega32 controller?

    how to do programming? hello friend i am using atmega32 controller and i also have AT A VR ISP progrmmer..i want to kno how can i do that. i have done my programme in C language . and link or site?
  14. S

    Looking for school projects based on microcontroller

    hello friend... we have a project in 4th year.i m in ECE.i want to make good project based on microcontrller....can anyone have good site name? i cant find a good project...plzs help....
  15. S

    Microcontroller Based Digital Pannel Meter

    lcd panel meter microcontroller hello friend....anyone knoe how can i make this project

Part and Inventory Search

Back
Top