LPCxpresso uart burning

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LPCxpresso uart burning

3,166件の閲覧回数
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 */
}

ラベル(2)
5 返答(返信)

3,086件の閲覧回数
converse
Senior Contributor V
0 件の賞賛
返信

3,086件の閲覧回数
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 件の賞賛
返信

3,086件の閲覧回数
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 

3,086件の閲覧回数
wade985136
Contributor II

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

0 件の賞賛
返信

3,086件の閲覧回数
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 件の賞賛
返信