LPCxpresso uart burning

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPCxpresso uart burning

1,660 Views
wade985136
Contributor II

IDE use LPCxpresso V8.2.2
IC 1837JBD144 
1. I want to burn 1837 through UART, but I modified board.c. Pin is amended as follows

2. Or only burn through flashMagic software? But IDE  LPCxpresso V8.2.2 does not have .hex.

Please help me thanks

void Board_UART_Init(LPC_USART_T *pUART)
{
Chip_SCU_PinMuxSet(0x2, 0, (SCU_MODE_INACT | SCU_MODE_INBUFF_EN | SCU_MODE_ZIF_DIS | SCU_MODE_FUNC1));/* P2.0 : UART0_TXD */
Chip_SCU_PinMuxSet(0x2, 1, (SCU_MODE_INACT | SCU_MODE_INBUFF_EN | SCU_MODE_ZIF_DIS | SCU_MODE_FUNC1));/* P2.1 : UART0_RXD */
}

Labels (2)
5 Replies

1,580 Views
converse
Senior Contributor V
0 Kudos

1,580 Views
wade985136
Contributor II

hi Con Verse
I have resolved 

2. Or only burn through flashMagic software? But IDE  LPCxpresso V8.2.2 does not have .hex.

Please help me thanks

thank you 

but  IDE use LPCxpresso  How to burn with uart

0 Kudos

1,580 Views
converse
Senior Contributor V

For creating hex files, MCUXpresso and LPCXpresso work the exact same way, as described here

MCUXpresso IDE: S-Record, Intel Hex and Binary Files | MCU on Eclipse 

1,580 Views
wade985136
Contributor II

How to use 18s37 through uart debug.
 
I want to burn 1837 through UART, but I modified board.c. 

0 Kudos

1,580 Views
wade985136
Contributor II

I have solved uart debug.

Solutions

board.h 

DEBUG_SEMIHOSTING 
DEBUG LPC_UART0 

Cannot be opened at the same time

Thank you.

0 Kudos