mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
wiced: used 1 mbps UART after hangs on ISM43341 at 2 mbps
This commit is contained in:
parent
ad1a357b97
commit
f984cbe3d5
@ -59,7 +59,7 @@ static btstack_packet_callback_registration_t hci_event_callback_registration;
|
|||||||
static const hci_transport_config_uart_t hci_transport_config_uart = {
|
static const hci_transport_config_uart_t hci_transport_config_uart = {
|
||||||
HCI_TRANSPORT_CONFIG_UART,
|
HCI_TRANSPORT_CONFIG_UART,
|
||||||
115200,
|
115200,
|
||||||
2000000, // 300000+ didn't work reliably, the 48 MHz UART config might be needed for this
|
1000000, // 200000+ didn't work reliably
|
||||||
1,
|
1,
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
@ -65,7 +65,7 @@ static btstack_uart_config_t uart_config;
|
|||||||
static const hci_transport_config_uart_t transport_config = {
|
static const hci_transport_config_uart_t transport_config = {
|
||||||
HCI_TRANSPORT_CONFIG_UART,
|
HCI_TRANSPORT_CONFIG_UART,
|
||||||
115200,
|
115200,
|
||||||
200000, // 300000+ didn't work reliably, the 48 MHz UART config might be needed for this
|
1000000, // 200000+ didn't work reliably
|
||||||
0,
|
0,
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user