Re: [Flashforth-devel] Noob Hardware Questions
Brought to you by:
oh2aun
From: <mik...@fl...> - 2017-07-17 15:57:53
|
Hi,The only think you need to set is clock=16000000 and uart to 1 or 2 depending on which uart you want to use. M. ------ Original message------From: Bernd DauDate: Mon, 17 Jul 2017 16:04To: Flashforth Devel;Cc: Subject:[Flashforth-devel] Noob Hardware Questions 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.zipI'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.cfgDid I miss some additional switches and things?Best Regards.Bernd------------------------------------------------------------------------------Check out the vibrant tech community on one of the world's mostengaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________Flashforth-devel mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/flashforth-devel |