"Manual" programming sequence - is it theoretically possible this way?


Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    938

    Default "Manual" programming sequence - is it theoretically possible this way?

    Experiencing some trouble with my programmers, I want to program my PIC "manually".

    The idea is to use another PIC as a programmer and send bitwise the whole programming sequence.

    In this example, I will use the 16F88's Chip Erase sequence (ChipErase_Timing.JPG).

    The code would look something like this:
    Code:
    ...
    HIGH MCLR 'Enter Program Mode
    HIGH DATA  'Start programming sequence
    HIGH CLOCK 'First High clock signal
    LOW  CLOCK 'First Low clock signal
    HIGH or LOW DATA '
    ...
    and so on.

    A.- Is it possible to do it this way?
    B.- The ChipErase command is "11111" Command_Mapping.JPG); what would be the full "bits chain"? Could it be "11111111111" (I don't show the clock bits).
    Attached Images Attached Images    
    Roger

Similar Threads

  1. Data Programming Error at 0000
    By cpatnoi in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 22nd May 2009, 03:37
  2. 16F676 programming problem
    By Christopher4187 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 18th May 2009, 17:39
  3. Problems programming
    By Lionheart in forum General
    Replies: 4
    Last Post: - 7th December 2008, 16:51
  4. Programming Pins of PICs?
    By Kamikaze47 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 15th August 2007, 18:59
  5. PIC programming algorithm - where is it to find?
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 24th June 2007, 18:31

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