GP2 on a 10F202 as output


Closed Thread
Results 1 to 15 of 15

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    59


    Did you find this post helpful? Yes | No

    Cool 10f202

    I can not seem to program a 10f202 I always get "programming error at 0000" however if I read it I can write the info back to the chip?

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


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by n0yox View Post
    I can not seem to program a 10f202 I always get "programming error at 0000" however if I read it I can write the info back to the chip?
    Code?
    What are you reading from the chip ?
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Sound high likely an ICSP problem. Which programmer & Software?

    Did you tried on a Ziff socket? Are your sure your ICSP circuit is properly implemented?
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  4. #4
    Join Date
    Mar 2008
    Posts
    59


    Did you find this post helpful? Yes | No

    Cool 10f202

    I am using an epic plus programmer ver.4.22 and picbasicpro ver 2.50. I have a homemade programming adapter. I can read the blank chip "all 0fff" and the calibration register. I can load the hex file that I just read but can not load the hex files I create. I have no problem with other micros, however this is the only micro I just this program adapter with?

    Thank you for your help!

  5. #5
    Join Date
    Mar 2008
    Posts
    59


    Did you find this post helpful? Yes | No

    Default program adapter

    I believe this is correct for the epic programmer?
    Attached Images Attached Images  

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


    Did you find this post helpful? Yes | No

    Default

    What about the code you are trying to load?
    Dave
    Always wear safety glasses while programming.

  7. #7
    Join Date
    Mar 2008
    Posts
    59


    Did you find this post helpful? Yes | No

    Default blinky code

    @ DEVICE PIC10F202,INTRC_OSC
    @ DEVICE PIC10F202,MCLR_OFF
    @ DEVICE PIC10F202,PROTECT_OFF
    @ DEVICE PIC10F202,WDT_OFF
    DEFINE OSC 4

    BEGIN:
    high GPIO.0
    pause 500
    low GPIO.0
    pause 500
    GoTo BEGIN

Similar Threads

  1. Help changing CCP3 output pin
    By ChrisHelvey in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 15th July 2008, 02:30
  2. Bit Banging input to output on PIC16F876A
    By Bronurstomp in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 26th June 2008, 19:50
  3. Serious Serial Situation Setbacks...
    By Dansdog in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 7th February 2007, 03:46
  4. Using LEDs as light sensors
    By skimask in forum Code Examples
    Replies: 3
    Last Post: - 30th December 2006, 22:19
  5. HSEROUT Newbie question/problem
    By Mark Scotford in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 11th July 2006, 14:44

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