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 Freddie Chopin

  1. F

    [ARM] [C++11][Cortex-M3/M4] - distortos - another RTOS for microcontrollers

    Hello! I finally decided to start a thread about a project I've been doing for the past 8 months. Currently it can be considered "alpha" or maybe "early beta" stage, but - despite literal meaning of these terms - the things that are already done (and there's quite a lot of them) work pretty...
  2. F

    dsPIC33F, LCD, RS232, oamp,... plz help

    dspic33 lcd 1. RTFM 2. RTFM 3. yes - you should change to MAX3232 and use 4 charge capacitors 100n and one bypass cap on the voltage supply pin - 100n also. this caps cost almost nothing so don't try to find what will happen if you omit some of them. 4. the best osc is the one you need... RTFM...
  3. F

    ICD2 USB clone - how to get it to work with 3.3V PIC24s ???

    eagle 3d db9 everyone succeded... just read this topic... 0x41 0x56 0x45!!
  4. F

    PICS / POTYO - Short version questions .

    1. it does not 2. no 3. yes (that is a stupid question...) in fact - potyo2 is very very close to the original. 4. find the lates archive in this topic 0x41 0x56 0x45!!
  5. F

    are port pins memory mapped ?

    read the datasheet... is that so hard? there you have the addresses of registers that control I/O - that is all you need... 0x41 0x56 0x45!!
  6. F

    are port pins memory mapped ?

    yes they are - read the datasheet. 0x41 0x56 0x45!!
  7. F

    Which is the most Low Power mcu?

    i think that 'which is the most pow powrt MCU' is determined by figures, which can be found in the datasheets, not by the votes of their users. 0x41 0x56 0x45!!
  8. F

    Storage of ADC result in dsPIC

    adc interrupt dspic I don't know much about ADC beside what can be seen in the datasheet: at the beginning you need to declare an array and a pointer: #define N 128 unsigned int array[N]; unsigned int* array_pointer=array; than you need to perform your conversion N times in this way...
  9. F

    WHAT IS TRUE FLASH RAM MEM CAPACITY OF MCU..??

    your question was answered like 5 times already, but you are still waiting for the answer... the value in datasheet IS real capacity. If you don't believe us, that hex is almost 3x bigger than the code it contains - it's a pity, we'll have to live with that... you even had the answer WHY it is...
  10. F

    Need help with input capture using DSPIC

    dspic input capture problems by 'directly' i mean changing this field to DEBUG [; , there is also an indirect way - you need to specify a dummy table variable, and locate it under address 0x800. it's size should be 80bytes (40 words). however switching build mode to DEBUG is smarter [; verify...
  11. F

    Help me choose between PICKit2 and ICD2

    icd2.5 1. false - pickit can program low voltage chips without problems. 2. true - pickit2 cannot debug pic24, dspic30 and dspic33. icd2 also allows more breakpoints. 3. pickit2 is usually just enough for someone interested in 8-bit PICs. it's not better, it's just more suitable for most of...
  12. F

    Need help with input capture using DSPIC

    32bit timer dspic change build mode in mplab from RELEASE to DEBUG. in new versions there is a dropdown menu in the center of top toolbar. in older mplab you need to find some build options and change them to 'build for ICD2'. ICD2 uses first 80b of RAM, that's why you cannot see the variables...
  13. F

    Need help with input capture using DSPIC

    input capture dspic the buffers should not be read via ICD2. you need to examine your variables - do they change or are alwaysl 0? the buffers usualy show 0 in ICD2. that is a hardware limitation i suppose. probably you'd lost the contents of the buffer if ICD2 would read that. another thing -...
  14. F

    What is the maximum value of Vref in PIC16F877A?

    PIC16F877A RTFM 0x41 0x56 0x45!!
  15. F

    Can the ICD 2 clone be used for programming dspic30 or 33 series?

    icd2 clone dspic30 is a 5V chip - all clones will support it dspic33 and pic24 are 3.3V chips (3.6V max) - only clones with level conversion support them (potyo2), but some people say, that 5V clones also do - the PGC, PGD and MCLR lines are sometimes 5V tollerant (only those pins, which have...

Part and Inventory Search

Back
Top