This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Bootloader HCI Max Baud

We have the bootloader working over serial at UART_BAUDRATE_BAUDRATE_Baud38400. We took a big leap and tried it at UART_BAUDRATE_BAUDRATE_Baud230400 and it failed. We will attempt the other values between, but were curious if there is a speed limit on the bootloader that isn't documented.

  • Hi Bryan,

    The example should work out of the box with 115200bps.

    We have tested with 1Mbps, but you have to make sure your UART driver on PC supports baudrate >115200bps.

    Also you may want to try to increase the RX_BUF_SIZE in hci_mem_pool_internal.h

Related