[Flashforth-devel] Noob Hardware Questions
Brought to you by:
oh2aun
From: Bernd D. <be...@da...> - 2017-07-17 13:03:59
|
Hi, many years ago I was quite comfortable with forth on various comuters. Now, this is my first try with ff50 for PIC18F25K22. My aim is to built a minimal PIC18 with flashforth, communicating via serial port. I've read the install.txt inside of the ff50.zip I've been able to build the hex file and transfer it to the PIC with PICKIT 3 and MPLAB(X). But I'm a bit unsure about the exact tuning parameters. I wonder if RX1 and TX1 is been configured for Pin 17,18 or Pin 25,26 where is the cfg in the ff50 src? My PIC doesn't have build-in USB so in p18f-main.cfg "#define USB_OPERATOR_UART 0 ; 1 (=UART) or 0 ( = inbuilt USB)" should set to 1, right? If I won't use an external Xtal, is there anything to set in *.cfg? I'm use p18f-main.cfg and p18f2x4xk22.cfg Did I miss some additional switches and things? Best Regards. Bernd |