Your OTP advice?


Closed Thread
Results 1 to 2 of 2
  1. #1
    truvahorse's Avatar
    truvahorse Guest

    Smile Your OTP advice?

    Hi,
    I wrote a program using picbasicpro and works fine on PIC16F84.
    Config. starts like this..
    ---------------------------------------------------------
    @ device pic16f84, xt_osc, wdt_off, pwrt_on, protect_off
    ON INTERRUPT GoTo KESME
    INTCON=%10010000
    option_reg.6=1
    DEFINE NO_CLRWDT 1
    define OSC 4
    trisa=%00010000
    trisb=%00001111
    .......
    .......
    end
    ----------------------------------------------------------
    Now i want to transfer my program to a suitable OTP pic.
    What is your OTP pic advice and how can edit my config. lines according to your advice?

    Best Regards

  2. #2
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,615


    Did you find this post helpful? Yes | No

    Lightbulb

    Hi,

    No device change Available ...

    just turn :

    Code:
    @ device pic16f84, xt_osc, wdt_off, pwrt_on, protect_off
    into

    Code:
    @ device pic16f84, xt_osc, wdt_off, pwrt_on, protect_on
    All ( or most of ) the Pics are now FLASH devices ... ; may be µChip will build you 1 Million 16 CR 84 ... but not 10,000 !!!

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

Similar Threads

  1. Need "PIC16F84A" Controler schematic Advice...
    By Kyo_89 in forum Schematics
    Replies: 1
    Last Post: - 27th May 2009, 23:03
  2. Advice on frequency measurement to 30MHz
    By Andy Wood in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 27th March 2009, 04:23
  3. 16f628a & otp
    By tazntex in forum General
    Replies: 3
    Last Post: - 15th December 2008, 18:01
  4. Advice needed on 'neat' Project!
    By vacpress in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 11th February 2007, 06:21
  5. EEPROM and OTP different why?
    By Mark Scotford in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 4th January 2005, 11:53

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