This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

pc-ble-driver 115k2

I am attempting to build the latest (4.1.1) pc-ble-driver with 115k2 baudrate. I have a hardware platform which supports 115k2 as maximum baud rate. It seems only the 1m version is build now. I am changing the file components/serialization/common/ser_config.h

I update the baudrate:


/** UART transmission parameters */
#define SER_PHY_UART_FLOW_CTRL NRF_UART_HWFC_DISABLED
#define SER_PHY_UART_PARITY NRF_UART_PARITY_EXCLUDED
#define SER_PHY_UART_BAUDRATE_VAL 115200

But it seems the connectivity firmware only works at 1m. Is it still possible to build a 115k2 version ? 

Parents Reply Children
  • Hi Wouter, 

    Sorry for the long delay with this. Is this still relevant?

    I got the following from the engineer:

    There's not so much we can do about this other than giving hints on where to look.

    They will need hardware flow control activated in the firmware if they are using a nordic kit with a segger chip. When they connect from pc it should be with hardware flow control set to none (because of how the particular virtual com port client operates).

    They might try to increase timeout values in ble-driver transport.

    -Amanda H.

Related