Other Parts Discussed in Thread: CC2340R5,
Hi TI
We are developing 2340R5-Q1 bluetooth to do some RF test. And We want to confirm with you about after we send HCI cmd, if we do not recieve the response from dut within how long time will reminds us timeout information,
Like below, at- 10:32:40.115 I send <Tx> cmd 01 1D FC 01 00, and at 10:32:42.872, it sent me an error. So I konw, within about 2.757s, RX cmd should be recieve:
[1] : <Info> - 10:32:39.921
Port opened at 2024/4/27 上午 10:32:39
--------------------------------------------------------------------
[2] : <Tx> - 10:32:40.115
-Type : 0x01 (Command)
-OpCode : 0xFC1D (HCIExt_ResetSystemCmd)
-Data Length : 0x01 (1) byte(s)
Type : 0x00 (0) (Chip Reset)
Dump(Tx):
0000:01 1D FC 01 00 .....
--------------------------------------------------------------------
[3] : <Error> - 10:32:42.872
Message Response Timeout
Name = HCIExt_ResetSystemCmd
OpCode = 0xFC1D
Tx Time = 10:32:40.115
--------------------------------------------------------------------
[4] : <Warning> - 10:32:42.875
Device Reset Timeout
Device May Not Function Properly
In our Host- test code, if there is any setting can be change for HCI cmd response time, within how long can be OK? It may help us to do the Factory test, beacause we need to be sure our dut will have ennough time to response hci cmd.
And How to merge basic Ble FW and Host test FW, if you have any Ideas, please let us know, thanks.
Our sorrunding:
CCS: V12.6.0
SDK example: simplelink_lowpower_f3_sdk_7_40_00_64
project: host_test_LP_EM_CC2340R5_freertos_ticlang
hci cmd:
send: 01 1E 20 03 00 25 00
recieve: 04 0E 04 01 1E 20 00
Best Regards,
Annie