Author |
Message |
Topic: 18F26j50.h registers fixed in 4.104? |
tamagee
Replies: 1
Views: 3361
|
Forum: General CCS C Discussion Posted: Wed Jan 13, 2010 12:27 pm Subject: 18F26j50.h registers fixed in 4.104? |
Does anyone know if he header file for the 18f26j50 has been fixed in 4.104? I don't see any reference in the release notes.
(uart and other registers were incorrectly mapped) |
Topic: PIC 18s known to work |
tamagee
Replies: 5
Views: 5373
|
Forum: General CCS C Discussion Posted: Sun Sep 06, 2009 2:07 pm Subject: PIC 18s known to work |
I have 3 serial devices, but only 1 will be initiating communication to the PIC, so 1 hardware uart would be acceptable. Internal RTC was nice but not necessary.
Compiler version 4.099.
Is th ... |
Topic: PIC 18s known to work |
tamagee
Replies: 5
Views: 5373
|
Forum: General CCS C Discussion Posted: Sat Sep 05, 2009 1:01 pm Subject: PIC 18s known to work |
What PIC 18s are known to work with the CCS compiler? In particular, the UARTS. The 18F26J50 does not. Any in that series that do? (18F24J50, etc) |
Topic: rs232 putc freeze |
tamagee
Replies: 4
Views: 7000
|
Forum: General CCS C Discussion Posted: Fri Sep 04, 2009 9:26 pm Subject: rs232 putc freeze |
From the asm listing, Getting an infinite loop at lines 154/156
4: #use rs232(BAUD=19200, parity=N, bits=8,uart1, ERRORS,BRGH1OK)
00A2 AA9E BTFSS 0xf9e, 0x5, ACCESS
0 ... |
Topic: rs232 putc freeze |
tamagee
Replies: 4
Views: 7000
|
Forum: General CCS C Discussion Posted: Fri Sep 04, 2009 6:04 pm Subject: rs232 putc freeze |
Problem with rs232 output on 18F26J50. Code freezes at putc command. Same with printf. With serial calls commented out, program runs fine.
#include <18f26j50.h>
//#device icd=true
#fuses ... |
Topic: Included library errors |
tamagee
Replies: 1
Views: 4598
|
Forum: General CCS C Discussion Posted: Wed Sep 02, 2009 8:27 pm Subject: Included library errors |
I'm including an included library and the compiler is returning errors:
#include <18f26j50.h>
#fuses HS, NOWDT, NOPROTECT
#use delay(clock=20000000)
#use rs232(baud=9600, xmi ... |
|