Pic16f88 compiling. . not working


Closed Thread
Results 1 to 15 of 15

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Posts
    747


    Did you find this post helpful? Yes | No

    Default Re: Pic16f88 compiling. . not working

    I dont have microcode studio, just MPLab and a plain text editor..

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default Re: Pic16f88 compiling. . not working

    Micro Code Studio ships with PBP. It is on your install CD.
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Sep 2006
    Posts
    747


    Did you find this post helpful? Yes | No

    Default Re: Pic16f88 compiling. . not working

    Here is the configuration I have:
    Name:  mcs1.jpg
Views: 471
Size:  440.1 KBName:  mcs2.jpg
Views: 464
Size:  442.2 KB

  4. #4
    Join Date
    Sep 2007
    Location
    USA, CA
    Posts
    271


    Did you find this post helpful? Yes | No

    Default Re: Pic16f88 compiling. . not working

    Did you notice that it selected the assembler from your recycle bin?

    Also, it has been several years since I worked with the 16f88, but iirc it has at least one of the peripherals enabled by default. You must go through each and every pin used with the lcd and make sure it is configured to be a regular i/o pin, and not configured as a peripheral pin.

  5. #5
    Join Date
    Sep 2006
    Posts
    747


    Did you find this post helpful? Yes | No

    Default Re: Pic16f88 compiling. . not working

    Yes I saw it refers to the recycling bin. although it does not find it automatically. and I do not know what to choose. The help file in the micro code studio is not very helpful in that regard.

    k

  6. #6
    Join Date
    Sep 2006
    Posts
    747


    Did you find this post helpful? Yes | No

    Default Re: Pic16f88 compiling. . not working

    by removing this line:
    @ DEVICE pic16F88, INTRC_OSC, WDT_OFF, PWRT_OFF, BOD_OFF, MCLR_ON
    the code compiles but does not create the hex file !!

    k

  7. #7
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default Re: Pic16f88 compiling. . not working

    although it does not find it automatically. and I do not know what to choose.
    MPASM should be C:\Program Files\Microchip\mpasm suite

    or something like that.
    Dave
    Always wear safety glasses while programming.

  8. #8
    Join Date
    Sep 2006
    Posts
    747


    Did you find this post helpful? Yes | No

    Default Re: Pic16f88 compiling. . not working

    I installed version 4 of microCode studio, now it creates the Hex file.
    Aleluia !!

    K

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