Menu

config flag

2013-02-03
2013-02-04
  • picpic020960

    picpic020960 - 2013-02-03

    Bonjour Alberto

    one question :

    wath means this line code in progP24.c

        bufferU[j++]=0x00;
        if(confword==0)bufferU[j++]=0x0A;       //0x4000
        else if(confword==1)bufferU[j++]=0x3A;  //0x4003
        else if(confword==2)bufferU[j++]=0x4A;  //0x4004
        else if(confword==3)bufferU[j++]=0x8A;  //0x4008
        bufferU[j++]=0x88;              //MOV W10,NVMCON
        bufferU[j++]=0x3B;
    

    the addresses of config bit change ????

    thanks for advise

    Charles

     
  • Alberto Maccioni

    Hello,
    this is the value you need on NVMCON to write the config word.

     
  • picpic020960

    picpic020960 - 2013-02-04

    Bonjour Alberto

    Thanks.

    I have pb with PICPGM programmer (http://picpgm.picprojects.net/index.html).

    Only for config bits = error

    code is good programmed.

    so i search reasons of bug.

    Christian , the author , send no answers.

    the 24FJ64GB002 is new in device list of this programmer.

    (I test PICPGM while TLVP is 'Hardware minimum' and ' breadboard compatible').

    Regards

     

    Last edit: picpic020960 2013-02-04

Anonymous
Anonymous

Add attachments
Cancel