Author |
Message |
Topic: RWS-434/ TWS-434 |
Greg
Replies: 3
Views: 14421
|
Forum: General CCS C Discussion Posted: Wed Jan 07, 2004 6:38 am Subject: RWS-434/ TWS-434 |
Hi,
well i now have data transfering using the invert option or rs232 but it appears to all be scrambled :( im sending an 'a' char every second but on the recieveing end im getting just a random char ... |
Topic: RWS-434/ TWS-434 |
Greg
Replies: 3
Views: 14421
|
Forum: General CCS C Discussion Posted: Tue Jan 06, 2004 6:20 pm Subject: RWS-434/ TWS-434 |
Hi,
thanks for the reply, i tried that and didnt have much success.
I found a webpage:
serout 1,n9600,(5)
and for the recieve:
serin 1,n9600,B0
I am not entirely sure how to tra ... |
Topic: RWS-434/ TWS-434 |
Greg
Replies: 3
Views: 14421
|
Forum: General CCS C Discussion Posted: Tue Jan 06, 2004 4:12 pm Subject: RWS-434/ TWS-434 |
Hi,
I was just wondering if anyone has succesfully used these(RWS-434/ TWS-434) RF communication modules with PICs and CCS compiler. If so i was wondering if anyone could give me any tips as to how ... |
Topic: #separate and out of ROM |
Greg
Replies: 7
Views: 10504
|
Forum: General CCS C Discussion Posted: Sun Dec 28, 2003 5:57 pm Subject: Greg- |
Well, i told you i was probably doing something silly ;)
Thanks for all your help!!
Greg |
Topic: #separate and out of ROM |
Greg
Replies: 7
Views: 10504
|
Forum: General CCS C Discussion Posted: Sun Dec 28, 2003 4:30 pm Subject: Greg- |
Well at the top of the lst file i have this:
CCS PCM C Compiler, Version 3.177d, 15332
Filename: c:\documents and settings\greg\my documents\work\source\main.LST
... |
Topic: #separate and out of ROM |
Greg
Replies: 7
Views: 10504
|
Forum: General CCS C Discussion Posted: Sun Dec 28, 2003 3:19 pm Subject: Greg- |
Hi,
I suppose my real problem is understanding how the compiler and the program memory pages work. The pic16f877 has: "8K x 14
words of FLASH program memory" and the compiler is saying that having u ... |
Topic: #separate and out of ROM |
Greg
Replies: 7
Views: 10504
|
Forum: General CCS C Discussion Posted: Sat Dec 27, 2003 2:53 pm Subject: #separate and out of ROM |
Hi,
I am programming a PIC16f877 using the PCW PCM C compiler.
I have been getting the error message "out of ROM a segement of the program is too large" i looked in the .sta file and noticed that ro ... |
|