Author |
Message |
Topic: Strange H4 on 18F6722 |
tophe59
Replies: 7
Views: 7867
|
Forum: General CCS C Discussion Posted: Sat Feb 04, 2006 1:38 pm Subject: Strange H4 on 18F6722 |
How to use Internal RC*4 ????????????
i configure in RC mode with #fuses and enable pll in the code. |
Topic: Strange H4 on 18F6722 |
tophe59
Replies: 7
Views: 7867
|
Forum: General CCS C Discussion Posted: Sat Feb 04, 2006 12:06 am Subject: Strange H4 on 18F6722 |
The H4 break debug for me. I using internal RC*4 |
Topic: 18F8722 ICD2 debug problem with H4 (pll) |
tophe59
Replies: 15
Views: 20986
|
Forum: General CCS C Discussion Posted: Mon Dec 12, 2005 3:55 am Subject: 18F8722 ICD2 debug problem with H4 (pll) |
when power is on-off that not work. always same error :
ICD0083: Target not in debug mode, unable to perform operation |
Topic: 18F8722 ICD2 debug problem with H4 (pll) |
tophe59
Replies: 15
Views: 20986
|
Forum: General CCS C Discussion Posted: Mon Dec 12, 2005 2:04 am Subject: 18F8722 ICD2 debug problem with H4 (pll) |
bad news. It run at 10Mhz |
Topic: 18F8722 ICD2 debug problem with H4 (pll) |
tophe59
Replies: 15
Views: 20986
|
Forum: General CCS C Discussion Posted: Sat Dec 10, 2005 2:53 am Subject: 18F8722 ICD2 debug problem with H4 (pll) |
That working now !!! Thank's for all !!
in fuses configuation if i write:
HS,H4 : Not work
H4,HS : Work |
Topic: 18F8722 ICD2 debug problem with H4 (pll) |
tophe59
Replies: 15
Views: 20986
|
Forum: General CCS C Discussion Posted: Sun Dec 04, 2005 12:35 pm Subject: 18F8722 ICD2 debug problem with H4 (pll) |
That does not work yet.
Somebody can indicate the fuse for the internal oscillator + PLL ?? |
Topic: 18F8722 ICD2 debug problem with H4 (pll) |
tophe59
Replies: 15
Views: 20986
|
Forum: General CCS C Discussion Posted: Mon Nov 28, 2005 11:15 pm Subject: 18F8722 ICD2 debug problem with H4 (pll) |
#Fuses hs,NOPROTECT,H4 //hs
You have both the HS and the H4 fuses enabled in the line above.
You should only have one of them.
4x PLL is not link with HS but can be link with internal oscillator ... |
Topic: 18F8722 ICD2 debug problem with H4 (pll) |
tophe59
Replies: 15
Views: 20986
|
Forum: General CCS C Discussion Posted: Mon Nov 28, 2005 12:14 pm Subject: 18F8722 ICD2 debug problem with H4 (pll) |
i have tested with or without :"Compile for use with ICD Debugger" or COFF vs. NONE. ( Powered Off and on after each changes)
not working |
Topic: 18F8722 ICD2 debug problem with H4 (pll) |
tophe59
Replies: 15
Views: 20986
|
Forum: General CCS C Discussion Posted: Mon Nov 28, 2005 1:19 am Subject: 18F8722 ICD2 debug problem with H4 (pll) |
7.22 so the latest ...
i searching on microchip forum ... |
Topic: 18F8722 ICD2 debug problem with H4 (pll) |
tophe59
Replies: 15
Views: 20986
|
Forum: General CCS C Discussion Posted: Mon Nov 28, 2005 12:14 am Subject: 18F8722 ICD2 debug problem with H4 (pll) |
Thanks PCM
I testing but that not work. I program, disconnect all power and icd cable but after reconnect and reprogram the same message appear:
ICD0083: Target not in debug mode, unabl ... |
Topic: 18F8722 ICD2 debug problem with H4 (pll) |
tophe59
Replies: 15
Views: 20986
|
Forum: General CCS C Discussion Posted: Sun Nov 27, 2005 10:57 am Subject: 18F8722 ICD2 debug problem with H4 (pll) |
When i use this bit configuration: No probleme
#include "18F8722.h"
#use delay (clock=10000000)
#Fuses hs,NOPROTECT//,H4 //hs
#Fuses NOBROWNOUT
#Fuses NOWDT
#Fuses NOCPD,NO ... |
Topic: enabling timer interrupt cause reset |
tophe59
Replies: 26
Views: 23016
|
Forum: General CCS C Discussion Posted: Wed Oct 26, 2005 2:09 am Subject: enabling timer interrupt cause reset |
Now that work
I think the firmware of my ICD2 was in question. The fact to change 18F to 16F anf 18F again do now it work.
Thank's all for your help ! |
Topic: enabling timer interrupt cause reset |
tophe59
Replies: 26
Views: 23016
|
Forum: General CCS C Discussion Posted: Tue Oct 25, 2005 10:09 am Subject: enabling timer interrupt cause reset |
Ok i'm just testing the code with a 16f877 and no problem.
I am lost |
Topic: enabling timer interrupt cause reset |
tophe59
Replies: 26
Views: 23016
|
Forum: General CCS C Discussion Posted: Tue Oct 25, 2005 5:36 am Subject: enabling timer interrupt cause reset |
I have some problem's with my "reply"
If a moderator can clean this. Thank's |
Topic: enabling timer interrupt cause reset |
tophe59
Replies: 26
Views: 23016
|
Forum: General CCS C Discussion Posted: Tue Oct 25, 2005 5:02 am Subject: enabling timer interrupt cause reset |
i bugging |
|