From 6e0848ca5aca48d83d31bbaa4728c63cad04d6cb Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 26 Jan 2011 19:33:29 +0100 Subject: It seems there's an issue somewhere with the COM port's initialization, or the whole board initialization. Better staying at 9600 at all times for now, even though it's possible to bump it to 115200 afterward, somehow. --- arch/arm/lpc17xx/Drivers/source/debug_frmwrk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/lpc17xx/Drivers/source/debug_frmwrk.c b/arch/arm/lpc17xx/Drivers/source/debug_frmwrk.c index e318ee2..457ef9a 100644 --- a/arch/arm/lpc17xx/Drivers/source/debug_frmwrk.c +++ b/arch/arm/lpc17xx/Drivers/source/debug_frmwrk.c @@ -283,7 +283,7 @@ void debug_frmwrk_init(void) */ UART_ConfigStructInit(&UARTConfigStruct); // Re-configure baudrate to 115200bps - UARTConfigStruct.Baud_rate = 115200; +// UARTConfigStruct.Baud_rate = 115200; // Initialize DEBUG_UART_PORT peripheral with given to corresponding parameter UART_Init(DEBUG_UART_PORT, &UARTConfigStruct); -- cgit v1.2.3