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 anksyete

  1. A

    Example or tutorial for implementing 3-phase voltage

    Re: 3-phase voltage hi, if you use math library of programming languages, you can easily generate 3 phase voltages, and 120 degrees phase angles must be added also, but this routine works very slowly and if you want generate a 50 or 60 Hz signal, you may generate a 1 phase signal...
  2. A

    How can I read analog values with dsPIC?

    dspic sample thank you hoang_quy..
  3. A

    How can I read analog values with dsPIC?

    hi, how can I read analog values with dsPIC? can anyone send a sample C code? thanks...
  4. A

    What is the basic criteria for 8 to 16 to 32 Bit Processor

    If you use floating variables, you need a faster processor..
  5. A

    Using Program memory as Data memory

    I solve the RAM problem with using dsPIC30F6010 (8192 Bytes Sdram capacity),, thanks for helps...
  6. A

    Using Program memory as Data memory

    the values of the marix will be changed during code run time, I can define store it as for example: const float E[64][32], but I can't change its values, so if I want to change values during code run time, I cannot store these values to program memory too, right? thank you again LBdgWgt...
  7. A

    Using Program memory as Data memory

    I have a matris, 64x32, and it consists float number, the pic or dspic data memories are not enough for it, how can I use program memory as data memory for this matris? thank you for helps...
  8. A

    Discuss about PIC Programing Languages

    hi, the best programming language is C & program is CCS-C, if you know any programming language before you can easilylearn C, also ccs uses approximately 32 c coments, it is very simple...

Part and Inventory Search

Back
Top