LPCxpresso uart burning

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPCxpresso uart burning

3,173 次查看
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,093 次查看
converse
Senior Contributor V
0 项奖励
回复

3,093 次查看
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,093 次查看
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,093 次查看
wade985136
Contributor II

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

0 项奖励
回复

3,093 次查看
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 项奖励
回复