Author |
Message |
Topic: Mysterious #ROM |
jt06
Replies: 5
Views: 5191
|
Forum: General CCS C Discussion Posted: Wed Nov 07, 2007 11:55 am Subject: Mysterious #ROM |
You're right.
It was a problem with the configuration of WinPic800.
It's necessary to uncheck :
File .HEX -> Data 18Fxxx Address * 2
in the Software Settings.
Thank's a lot for your h ... |
Topic: Mysterious #ROM |
jt06
Replies: 5
Views: 5191
|
Forum: General CCS C Discussion Posted: Tue Nov 06, 2007 3:20 pm Subject: Mysterious #ROM |
Hi,
I have compiled the test program and the result is the same:
:020000040000FA
:1000000002EF00F0F86AD09EEA6AE96AC150C00BBC
:0C0010000F09C16E070EB46EFFD703008D
:0200000400F00A
:10002000 ... |
Topic: Mysterious #ROM |
jt06
Replies: 5
Views: 5191
|
Forum: General CCS C Discussion Posted: Tue Nov 06, 2007 2:34 pm Subject: Mysterious #ROM |
Hi,
I have to write some values in EEPROM of a 18F4620 at programming time.
I use the code below:
#rom int8 0xF00020={0x41,0x64,0x43,0x64,0x4B,0x54,0x52,0x20,0x35,0x37,0x32,0x35,0x49,0x6 ... |
Topic: Does anyone could help me? (Beginner in 18F family) |
jt06
Replies: 6
Views: 8494
|
Forum: General CCS C Discussion Posted: Sat Nov 03, 2007 2:20 am Subject: Does anyone could help me? (Beginner in 18F family) |
Thanks to everyone |
Topic: Does anyone could help me? (Beginner in 18F family) |
jt06
Replies: 6
Views: 8494
|
Forum: General CCS C Discussion Posted: Sat Nov 03, 2007 1:00 am Subject: Does anyone could help me? (Beginner in 18F family) |
#byte portA=0x80 // Port A Address
#byte portE=0x84 // Port E Address
Look in the PIC data sheet in this section:
TABLE 5-1: SPECIAL FUNCTION REGISTER MAP
Compare the Port addresses above, to ... |
Topic: Does anyone could help me? (Beginner in 18F family) |
jt06
Replies: 6
Views: 8494
|
Forum: General CCS C Discussion Posted: Thu Nov 01, 2007 2:57 am Subject: Does anyone could help me? (Beginner in 18F family) |
Hi,
Absolute beginner in programming the family PIC 18F.
For starting, I try to have 2 alternatives blinkings LED (one on port A.0 and the second on Port E.0).
This code tested on a 16F877a is ... |
|