File tree 2 files changed +141
-258
lines changed
source/hic_hal/nxp/lpc4322
2 files changed +141
-258
lines changed Original file line number Diff line number Diff line change 1010
1010
// </e> I2C1 (Inter-integrated Circuit Interface 1) [Driver_I2C1]
1011
1011
1012
1012
// <e> USART0 (Universal synchronous asynchronous receiver transmitter) [Driver_USART0]
1013
- #define RTE_USART0 0
1013
+ #define RTE_USART0 1
1014
1014
1015
1015
// <h> Pin Configuration
1016
1016
// <o> TX <0=>Not used <1=>P2_0 <2=>P6_4 <3=>P9_5 <4=>PF_10
1017
1017
// <i> USART0 Serial Output pin
1018
- #define RTE_USART0_TX_ID 0
1018
+ #define RTE_USART0_TX_ID 1
1019
1019
#if (RTE_USART0_TX_ID == 0 )
1020
1020
#define RTE_USART0_TX_PIN_EN 0
1021
1021
#elif (RTE_USART0_TX_ID == 1 )
1042
1042
#endif
1043
1043
// <o> RX <0=>Not used <1=>P2_1 <2=>P6_5 <3=>P9_6 <4=>PF_11
1044
1044
// <i> USART0 Serial Input pin
1045
- #define RTE_USART0_RX_ID 0
1045
+ #define RTE_USART0_RX_ID 1
1046
1046
#if (RTE_USART0_RX_ID == 0 )
1047
1047
#define RTE_USART0_RX_PIN_EN 0
1048
1048
#elif (RTE_USART0_RX_ID == 1 )
You can’t perform that action at this time.
0 commit comments