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 pirev

  1. P

    [SOLVED] Pic 16f876a Pure Sinewave inverter

    inverter circuit +pwm Hi Taner. Congratulations for this job :wink: Can you tell us what efficiency has your design ? Personally I expect more that 75%. And do you planning some kind of remote control interface ?
  2. P

    [SOLVED] Project to replace CY7C64613 in the ICD2

    PIC16F877A boot loader with verifyication of programming Please, can some one measure USB power consumption from his ICD-2 ? My unit consumption is about 100-120mA, scheme is at page 33 of this topic. I am used PIC16F877A with zaphod42 boot loader, but some times MPLAB cannot download...
  3. P

    [SOLVED] Project to replace CY7C64613 in the ICD2

    With 18F4550 I'm use h**p://potyo.uw.hu/icd2/18f4550.hex, for 16F877 use BL010101.hex from MPLAB IDE\ICD2 folder and for 16F877A I don't have.
  4. P

    [SOLVED] Project to replace CY7C64613 in the ICD2

    Hi, can some one tell me, what is right value for crystal oscillator of PIC18F4550, 20 or 24 MHz ? Some designs use 24MHz, other 20 MHz. Below is a my ICD-2 clone, with USB & RS232 interface. Work well, but for me is very slowly in compare with CCS ICD-U40.
  5. P

    I'm looking for a ccs icd-s20 & icd-s40 firmware

    Hi, C-Man, in *.fw file is missing a bootloader. If you have original working ICD-S20 or ICD-S40 unit from CCS there is no problem, but if you make own ICD-S20 or ICD-S40 ( using old MicroChip ICD-1 or some cloning of ICD-1 ) and use firmware from *.fw file, then your ICD-Sxx is unable to update...
  6. P

    LCD engineering units

    od407 Hi, why not try with shift registers 4094 ? I was make a 4 digit LCD dual channel termometer and humidity meter with PIC18F252 & 4094. For LCD control are used four 4094, and 4 pins of PIC18F252. Current consumption from four 4094 is approximately 10-15 uA. Refresh rate is 64 Hz. LCD...
  7. P

    Problem with toggling portB on 16f819

    Re: Toggling portB on 16f819 There is a working code: list p=16f819 errorlevel -302 #include <P16F819.INC> CBLOCK 0x20 Wtemp,STATUStemp,PCLATHtemp,FSRtemp ENDC CBLOCK 0xA0 RESERVED_FOR_INTERRUPTS:4 ENDS org 0x0000 goto MAIN org 0x0004 PushToStack: movwf...
  8. P

    What do you think about CCS ICD for PIC?

    ccs icd clon ICD-U use FT232BM USB <-> RS232 converter, connection is at TTL level with PIC18F252. This is an one clone of ICD-U USB interface. I'm not testing it, but thing that will be work fine. Rest of schematic is the same as ICD-S40. My Clone of ICD-SXX ( RS232 ) can be get from here...
  9. P

    I'm looking for a ccs icd-s20 & icd-s40 firmware

    Hi C-Man, I have my cloning of ICD-1, modyfied to ICD-S40, but I can't upgrade firmware with icd.exe, after 18F252 has programmed with stand alone programer. I think that in extracted firmware from *.fw is missing a bootloader. Can you share your hex file for 18F252, please ? best regards...
  10. P

    Looking for schematic for ICD2

    programmateur rs232 74hct You can use ICD-1 to debug with CCS IDE, but firmware in ICD-1 must be CCS firmware, not an original from MicroChip. Before one year, I was cloning ICD-1 to ICD-S,ICD-S20 and ICD-S40 and I have no problem with them. I have one of my ICD-S40 cloning for sale.
  11. P

    Error using ccs-s20 icd help!!!

    Hi, you must connect only 47k resistor from MCLR pin to VCC, then ICD-XX will work as debuger. See CCS documentation how to using ICD, www.ccsinfo.com Regards: Svetoslav Pirev
  12. P

    capacitor value for the oscillator?

    I'am using from 18 to 33pF ( usually 22pF ). I thing that range is not a critical.
  13. P

    Help On Using Timer0 in 16f877

    #define CRYSTAL 4194304 PROCESSOR PIC16F877 TITLE "TMR0" INCLUDE "P16F877.INC" LIST p=16F877, r=DEC __CONFIG _CP_OFF & _PWRTE_ON & _WDT_OFF & _HS_OSC & _BODEN_OFF & _LVP_OFF ERRORLEVEL -302,-305,-306 RESET_V EQU 0x0000 CBLOCK 0x20 tmr0count ENDC ORG RESET_V clrf STATUS clrf...
  14. P

    Another snap.dll implemenation

    I'm look for another snap.dll, becouse the original from www.hth.com have an error and don't work. Problem in snap.dll is that user data are reversed, and snap.dll can be used only if remote host use also snap.dll. For example,when I send 1,2,3,4 , snap.dll encode my data as 4,3,2,1 in SNAP...
  15. P

    Looking for booload.hex for ICD-S20, S40 and U40

    icd-s20 hex Can some post booload.hex files for ICD-S20, ICD-S40 and ICD-U40, becouse booload.hex file installed from icds.exe is only for ICD-S ( 3,6864 MHz crystal ) and when I'd like to upgrade CCS firmware for ICD-S20, ICD-S40 and ICD-U40 ICD unit stop to work. Thanks.

Part and Inventory Search

Back
Top