Author |
Message |
Topic: 18F458 Problem |
microchip
Replies: 6
Views: 12268
|
Forum: General CCS C Discussion Posted: Tue Mar 15, 2005 12:21 pm Subject: 18F458 Problem |
Hello
i am using the my own terminal software which can display data in 4 formate ASCII,HEX,Binary and Octal.But now also check with hyperterminal problem is same.
VDD voltage is 5V
I also used t ... |
Topic: 18F458 Problem |
microchip
Replies: 6
Views: 12268
|
Forum: General CCS C Discussion Posted: Mon Mar 14, 2005 2:10 pm Subject: 18F458 Problem |
Hello
the complete test program is below
"
#include <18F458.h>
#fuses H4,NOWDT,NOLVP,CPD,NOPUT,NOBROWNOUT,NOOSCSEN,NOWRTD
,PROTECT
#use delay(clock=40000000)
#define PORTB 0xF81
#bit LE ... |
Topic: 18F458 Problem |
microchip
Replies: 6
Views: 12268
|
Forum: General CCS C Discussion Posted: Mon Mar 14, 2005 1:14 pm Subject: 18F458 Problem |
Hello,
If i used the PROTECT configuration word in ccs then EEPROM writing
is off.If I read the EEPROM after writing some data I always get the
255.Can any one help me why it is happened
Tha ... |
|