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 mountain

  1. M

    Why the RTOS need Timer?

    I am using RTOS of TI CCS, but the timer interrupt of OS conflict with my task and other ISR. So I want remove the timer of OS since I do not use any timer function. Can I do so? Why the RTOS need Timer?
  2. M

    Verilog codes for clock divider

    Re: CLK Divider HELP 1. In the port definition, thers is output clk_60hz; reg clk_60hz; why the "reg clk_60hz;" is needed? I met this type many times, but I don't know the reason. 2. The counter is so long(48bit), so it will work well?
  3. M

    Help! the Problem of "inout"

    Thank you for your advice. Following your suggestion, I checked my code and found i_Test_Send_FLG is initiallized to 1'b1 in the main module. What you said is true, the tri state bus is difficult to control. Xie Xie!
  4. M

    Help! the Problem of "inout"

    I have a little problem about the "inout". The main module is TDSP, the sub module is McBSP0. "Send_Trig" is used in the McBSP0. I want use "Send_Trig" as a inout port to trigger the send block and feed back a completion message. But I can not drive the "Send_Trig" by Test_Send_FLG of TDSP...
  5. M

    Help me! ModelSim Error when Start Up

    Help me! ModelSim Error when Start Up I can NOT start up my modelsim after I missed changing a setting in modelsim pe 6.0. I uninstalled the modelsim 6.0 and delteled the installation directory, reinstalled the modelsim 6.0, but I can not start up the modelsim too. Updating the modelsim to 6.1...
  6. M

    How I use tektronix matlab waveform in MATLAB simulink?

    matlab 텍트로닉스 you can save your data with matlab format (some osci support the matlab format, but the general txt format is ok), and read the data from the command line of matlab and use it in simulink.
  7. M

    new USB2.0 TI DSP Emulator XDS510,Very COOL

    cy7c68013a jtag the price is cool!
  8. M

    How can I make C55xx DSP Idle completely?

    irq_evt_xint1 We are using the TI C5510 DSP in our new mobile phone design. For the lowest power comsumtion, every part, including the clock, cpu and the others, are needed to be idle when the DSP has nothing to do. But the extern interrupt 5 is always enabled. The flow is describled as...
  9. M

    HELP: How can I make and link a interrupt function?

    Hello, everyone. In my project, there is a interrupt to treat with. I want to do something in the inerrupt by C. But the interrupt head file and handler are made by assemble. How can I make a interrupt funcion by C in the main file and link it to the interrupt handler(vector)?
  10. M

    Help: Please give me a example code of compact flash(CF)

    compact flash code example I want to use a ARM or Hitachi H8 CPU to read and write the compact flash(CF), because a great deal of data should be stored in the compact flash like stored in a hard disk. But I don't know how to control the compact flash like a hard disk. If anyone have the C...
  11. M

    Why is the Standby Current so high? (Altera Cyclone FPGA)

    Re: Why is the Standby Current so high? (Altera Cyclone FPGA Thank you! It make me know much. Thank you!
  12. M

    Why is the Standby Current so high? (Altera Cyclone FPGA)

    Re: Why is the Standby Current so high? (@ltera Cyclone FPGA Thank you! But they are based on SRAM, not DRAM. Why is the Standby Current so high? The SRAM in the FPGA needs refreshing?
  13. M

    HELP: Why the Standby Current of Cyclone EP1C20 is so high?

    My boss give me a problem that why the Standby Current Icc0 of @ltera Cyclone EP1C20F400C6 is so high? The <@ltera Cyclone PowerPlay Early Power Estimator Version 2.0> reported that the Typical Standby Current Icc0 of EP1C20F400C6 is up 12mA. My boss think it too high, but don't know why...
  14. M

    Why is the Standby Current so high? (Altera Cyclone FPGA)

    My boss give me a problem that why the Standby Current Icc0 of Altera Cyclone EP1C20F400C6 is so high? The <Altera Cyclone PowerPlay Early Power Estimator Version 2.0> reported that the Typical Standby Current Icc0 of EP1C20F400C6 is up 12mA. My boss think it too high, but don't know why. Maybe...
  15. M

    Is there a better alternate to ELCELP Codec (Audio)?

    el-celp I am using ELCELP Codec and MSM7732 to construct a voice system of a mobile phone, but I think the ELCELP Codec is too old. Is there a better alternate to ELCELP Codec (Audio)? Thank you!

Part and Inventory Search

Back
Top