Author |
Message |
Topic: Could not write eeprom missing fuses? |
iiibbo
Replies: 6
Views: 13999
|
Forum: General CCS C Discussion Posted: Sun Dec 08, 2019 8:36 am Subject: Could not write eeprom missing fuses? |
I can't use NOCPD and NOWRTD fuses. Compiler is 5.007 pcwhd. Can you explain more about unlock sequence. I found a solution. I wrote eeprom using #rom.
That chip doesn't have a CPD fuse.
Howev ... |
Topic: Could not write eeprom missing fuses? |
iiibbo
Replies: 6
Views: 13999
|
Forum: General CCS C Discussion Posted: Sun Dec 08, 2019 8:24 am Subject: Could not write eeprom missing fuses? |
These fuses don't take place in the pic header file. Is there any way to add new fuses to this header?
OK, I don't use that PIC but..
Keywords are specific to whatever PIC you're using. Have ... |
Topic: Could not write eeprom missing fuses? |
iiibbo
Replies: 6
Views: 13999
|
Forum: General CCS C Discussion Posted: Sat Dec 07, 2019 4:03 am Subject: Could not write eeprom missing fuses? |
Hello,
I tried writing eeprom of pic24f16km202 using pcwhd software. Altough I can add write_eeprom functions to my code without any errors, it does't write. Then i thought adding #fuses Nocpd and n ... |
Topic: set DAC module of PIC24F16KM202 and no channel indicator |
iiibbo
Replies: 5
Views: 15994
|
Forum: General CCS C Discussion Posted: Wed Jan 24, 2018 8:07 am Subject: set DAC module of PIC24F16KM202 and no channel indicator |
Sure, they take two parameters.
What I mean is that the difference between channel indications.
setup_dac(DAC_REF_VDD|DAC_LEFT) -> channel selected for PIC33F... vs setup_dac(DAC_REF_VDD|DAC ... |
Topic: set DAC module of PIC24F16KM202 and no channel indicator |
iiibbo
Replies: 5
Views: 15994
|
Forum: General CCS C Discussion Posted: Wed Jan 24, 2018 6:35 am Subject: set DAC module of PIC24F16KM202 and no channel indicator |
Hello,
Although there are 2 DACOUT channels for PIC24FV16KM202, there is single type constants for dac prototypes such as setup_dac() in the 24FV16KM202.h. I was expecting to to see two types of co ... |
|