Other Parts Discussed in Thread: SYSCONFIG
Good morning,
for a custom board that we have developed for a customer, using the CC2652R1 for bluetooth connectivity, I need now to do the BT certification at Dekra in DTM mode. I'm a bit confused on this issue. Reading the BLE Vol 6 part F specification, it appears that the DTM can operate in two modes:
The certification entity supports both methods. In my case the 2-wire UART seems more suitable. Reading the BLE5 stack user guide however, it states that only the HCI mode is supported
however it still speaks of the uart as a transport mode for HCI commands. On my board I have the uart on pins DIO_2 and DIO_3 busy, since it is connected to another micro (PIC24) which manages the usb. I can use another uart on pins DIO_0 and DIO_1.
It seems to me that I have 3 options:
1) use something similar to the host_test project, modifying the pins of the uart to be used, in order to directly supply the HCI commands to the test tool
2) enable PTM mode in my project from SysConfig, to use the uart (can I configure the uart to use ?) for the same purpose
3) implement the protocol described in paragraph 3 of part F on the uart and call the APIs for the necessary HCI commands from my fw
Which of the 3 options do you think is simpler and more suitable for my case ?
Thanks a lot