Update PIC32MZ README and board.h comments
This commit is contained in:
parent
4628a32976
commit
d3ff495ebf
@ -182,7 +182,24 @@ Serial Console
|
|||||||
MEB-II
|
MEB-II
|
||||||
------
|
------
|
||||||
By default, the UART1 is configured for the pins used by the MEB-II
|
By default, the UART1 is configured for the pins used by the MEB-II
|
||||||
board.
|
board. The UART1 signals are available at the MEB-II PICTail
|
||||||
|
connector:
|
||||||
|
|
||||||
|
--------------- --------- -------------- ------------
|
||||||
|
PIC32MZ PIN CONNECTOR MEB-II PIN PICTAIL PIN
|
||||||
|
FUNCTION J1 NAME J2
|
||||||
|
--------------- --------- -------------- ------------
|
||||||
|
RPA14/SCL1/RA14 124 SCL1/TOUCH_SCL 4
|
||||||
|
RPA15/SDA1/RA15 126 SDA1/TOUCH_SDA 6
|
||||||
|
+3.3V 1,26
|
||||||
|
GND 28
|
||||||
|
--------------- --------- -------------- ------------
|
||||||
|
|
||||||
|
This pin selection is controlled by these definitions in
|
||||||
|
pic32mz-starterkit/include/board.h:
|
||||||
|
|
||||||
|
#define BOARD_U1RX_PPS U1RXR_RPA14
|
||||||
|
#define BOARD_U1TX_PPS U1TX_RPA15R
|
||||||
|
|
||||||
Directly from the Adapter Board
|
Directly from the Adapter Board
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
@ -239,7 +239,23 @@
|
|||||||
#define BUTTON_SW3_BIT (1 << BUTTON_SW3)
|
#define BUTTON_SW3_BIT (1 << BUTTON_SW3)
|
||||||
|
|
||||||
/* UARTS ********************************************************************/
|
/* UARTS ********************************************************************/
|
||||||
/* The following pin assignment is used with the MEB-II board. If you are
|
/* MEB-II
|
||||||
|
*
|
||||||
|
* By default, the UART1 is configured for the pins used by the MEB-II
|
||||||
|
* board. The UART1 signals are available at the MEB-II PICTail
|
||||||
|
* connector:
|
||||||
|
*
|
||||||
|
* --------------- --------- -------------- ------------
|
||||||
|
* PIC32MZ PIN CONNECTOR MEB-II PIN PICTAIL PIN
|
||||||
|
* FUNCTION J1 NAME J2
|
||||||
|
* --------------- --------- -------------- ------------
|
||||||
|
* RPA14/SCL1/RA14 124 SCL1/TOUCH_SCL 4
|
||||||
|
* RPA15/SDA1/RA15 126 SDA1/TOUCH_SDA 6
|
||||||
|
* +3.3V 1,26
|
||||||
|
* GND 28
|
||||||
|
* --------------- --------- -------------- ------------
|
||||||
|
*
|
||||||
|
* The following pin assignment is used with the MEB-II board. If you are
|
||||||
* using signals from PIC32MZEC Adaptor Board (as described in the the README
|
* using signals from PIC32MZEC Adaptor Board (as described in the the README
|
||||||
* file), then UART1 signals are available at these locations on the adaptor
|
* file), then UART1 signals are available at these locations on the adaptor
|
||||||
* board:
|
* board:
|
||||||
|
Loading…
Reference in New Issue
Block a user