Re: [Flashforth-devel] ff on the microstick 2 / microstick plus development board
Brought to you by:
oh2aun
From: <fla...@li...> - 2015-01-11 08:12:59
|
You need to configure the UART pins in config file p33_config.inc. .equ RPINR18VAL, 11 ; U1RXPIN RP43 PB11 pin22 microstick2 .equ U1TXPIN, 10 ; PB10 pin21 microstick2 If you use HW flow control you need the separate the CTS RTS pins on the MCP2200 and connect RB12 to the CTS pin13 on the MCP2200. And define the RTS pin in the FF config file. .equ U1RTSPIN, 12 ; Solder to MCP2200 CTS pin13 on microstickplus if HW flow control Attached is the config file I just tried with my dsPIC33FJ128MC802. BR Mike |