Re: [Flashforth-devel] PIC18f45k20
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2017-01-15 09:19:15
|
One problem could be that you have the wrong clock setting in the p18f-main.cfg file. You need decide which clock you use (internal or external) Then you need to set the correct value in p18f2x4xk20.cfg FOSC parameter and in p18f-main.cfg clock parameter For example these values should work with your chip. It is using the chip internal oscillator. config FOSC = INTIO67 clock = 16000000 -- -- Mikael On 2017-01-15 00:39, Eugene wrote: > Hello all, > > I have downloaded and installed FlashForth on a PIC18f45k20 (on the > Microchip 44 pin demo board). It appears to work as its responding > but appears like its at the wrong baud rate. I'm trying with cutecom |