Author |
Message |
Topic: Bit Debug on PIC24F16KA101 |
jamd
Replies: 5
Views: 16771
|
Forum: General CCS C Discussion Posted: Sat Jun 18, 2022 6:58 am Subject: Bit Debug on PIC24F16KA101 |
I understood my error.
#device ICD=x is only to be used for debugging
Thank's |
Topic: Bit Debug on PIC24F16KA101 |
jamd
Replies: 5
Views: 16771
|
Forum: General CCS C Discussion Posted: Sat Jun 18, 2022 6:37 am Subject: Bit Debug on PIC24F16KA101 |
Hello,
I wrote a mini program to test the configuration bits.
#include <24F16KA101.h>
#FUSES NOWDT //No Watch Dog Timer
#FUSES CKSFSM //Clock Switc ... |
Topic: Bit Debug on PIC24F16KA101 |
jamd
Replies: 5
Views: 16771
|
Forum: General CCS C Discussion Posted: Fri Jun 17, 2022 9:57 am Subject: Bit Debug on PIC24F16KA101 |
Hello,
Excuse my English, I'm French.
I wrote a program for a pic 24F16KA101.
With the following fuses:
Code:
#include <24F16KA101.h>
#FUSES NOWDT //Pas de Watch Dog
#FUS ... |
Topic: I2c with 18F13K22 |
jamd
Replies: 1
Views: 3733
|
Forum: General CCS C Discussion Posted: Tue Jan 22, 2013 3:17 am Subject: I2c with 18F13K22 |
Hello,
I try to program a 18F13K22 using i2c.
Of course my program does not work, I tested with Proteus.
As I master well enough asm, I looked at the file. Lst. See attached file.
- Line 644: clea ... |
|