Author |
Message |
Topic: 18F97J60 problem about clock |
wsinw
Replies: 5
Views: 7026
|
Forum: General CCS C Discussion Posted: Thu Jul 16, 2009 2:52 am Subject: thank you |
thank to everyone ,
I configure system in some #fuse , it's too complex.
I doubtful in OSC replace. |
Topic: 18F97J60 problem about clock |
wsinw
Replies: 5
Views: 7026
|
Forum: General CCS C Discussion Posted: Wed Jul 15, 2009 12:09 pm Subject: detail |
I use CCS V.4.088 , and code just simple
#include "18F97J60.h"
#fuses HS,NOWDT,NOPROTECT
#use delay(clock=25000000)
#use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7)
... |
Topic: 18F97J60 problem about clock |
wsinw
Replies: 5
Views: 7026
|
Forum: General CCS C Discussion Posted: Wed Jul 15, 2009 4:16 am Subject: 18F97J60 problem about clock |
I study PIC with 18F97J60 on Microchip's PICDEM.net2 board.
I've got problem about rs-232 baud rate. I measure the Tx output that too slow about 5 bit per sec. And measure the (25MHz) oscillator's ou ... |
|