PicKit 3


Results 1 to 11 of 11

Thread: PicKit 3

Threaded View

  1. #1

    Default PicKit 3

    Just received my pickit3 with 44 pin demo board. I use PBP 2.50 and am used to programming my chips with Winpic along with the simple ICSP shown here on the forum. But it appears now that I need to use MPLAB directly. Problem is after watching several demos on youtube I still can't "build" or "make" successfully. I am opening an .asm file that has been generated by PBP, but then MPLAB will not "make". below is just the last few lines of perhaps a hundred that show up in the Output screen of MPLAB

    Warning[207] C:\PROGRAM FILES\MECANIQUE\V110 (test1).ASM 1526 : Found label after column 1. (LABEL?L)
    Error[122] C:\PROGRAM FILES\MECANIQUE\V110 (test1).ASM 1526 : Illegal opcode (L00070)
    Warning[207] C:\PROGRAM FILES\MECANIQUE\V110 (test1).ASM 1538 : Found label after column 1. (LOW?T)
    Error[122] C:\PROGRAM FILES\MECANIQUE\V110 (test1).ASM 1538 : Illegal opcode (PORTA)
    Warning[207] C:\PROGRAM FILES\MECANIQUE\V110 (test1).ASM 1547 : Found label after column 1. (END?)
    Halting build on first failure as requested.
    ----------------------------------------------------------------------
    Debug build of project `C:\Program Files\Mecanique\mptest.mcp' failed.
    Language tool versions: MPASMWIN.exe v5.36, mplink.exe v4.36, mplib.exe v4.36
    Preprocessor symbol `__DEBUG' is defined.
    Fri Aug 13 15:21:30 2010
    ----------------------------------------------------------------------
    BUILD FAILED


    By the way, I am using MPLAB build 8.53 and I have already compiled and programmed my code using Winpic with the simple ICSP and it works, make me wonder why I ever bought the pickit3.

    Oh, I remember my laptop doesn't have a 9 pin serial port, just USB, ...

    thanks
    Last edited by tazntex; - 13th August 2010 at 21:34.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts