We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de7b45 commit 8420706Copy full SHA for 8420706
bootloaders/zero/sam_ba_serial.c
@@ -108,8 +108,8 @@ void serial_open(void)
108
/* Wait for synchronization */
109
}
110
111
- /* Baud rate 115200 - clock 8MHz -> BAUD value-50436 */
112
- uart_basic_init(BOOT_USART_MODULE, 50436, BOOT_USART_PAD_SETTINGS);
+ /* Baud rate 115200 - clock 48MHz -> BAUD value-63018 */
+ uart_basic_init(BOOT_USART_MODULE, 63018, BOOT_USART_PAD_SETTINGS);
113
114
//Initialize flag
115
b_sharp_received = false;
0 commit comments