Dear Nordic representative,
I would like to run qualification BLE tests on nrf52832 chip:
- https://docs.zephyrproject.org/latest/guides/bluetooth/bluetooth-qual.html
I have a question about this since nrf52832 chip only has 1xUART compared to expected nrf52840 with 2xUART ports.
This means I need to configure the Zephyr-build project to remove the logging to be able to run tests with only 1xUART
Is this sample project configuration working as is?
- https://github.com/zephyrproject-rtos/zephyr/blob/master/tests/bluetooth/tester/default.conf
The error message I'm seeing is:
```
(1980009288) OK
1/486 L2CAP L2CAP/COS/CFC/BV-01-C BTP TIMEOUT 25.256
2/486 L2CAP L2CAP/COS/CFC/BV-02-C BTP TIMEOUT 25.268
```
Thanks.