Other Parts Discussed in Thread: CC2340R5, SYSCONFIG
Hi Ti team
We are developing a bluetooth board with CC2340R5-Q1 for smart keyless entry application. Then we would like to do some RF performence test by HCI cmd, and we can use Btool or Uart to control board to test.
But when we flash host_test_LP_EM_CC2340R5_freertos_ticlang, the cmd doesn't work.
1. For our design board, Our setting in CCS: host_test_LP_EM_CC2340R5_freertos_ticlang as below:
1.1 Device: our developing Board: CC2340R5-Q1
Firmwave: host_test_LP_EM_CC2340R5_freertos_ticlang.out
SDK: simplelink_lowpower_f3_sdk_7_40_00_64__win
connectting:
1.2 We change the number of pins to 32 pin for CC2340R5-Q1 and redefined pin 12&13 to TX&RX pin in host_test.syscfg
The way change pin 12&13 to TX&RX is refering UART pin mapping for CC2340R5 - Bluetooth forum - Bluetooth®︎ - TI E2E support forums
1.3 Then we save the setting and flash the Firmwave: host_test_LP_EM_CC2340R5_freertos_ticlang.out and try to connect to btool, and our developing board can not connect to btool, and send cmd by uart, there is no response, too.
2. For LP_EM_CC2340R5, Our setting in CCS: host_test_LP_EM_CC2340R5_freertos_ticlang as below:
2.1 Device: LP_EM_CC2340R5
Firmwave: host_test_LP_EM_CC2340R5_freertos_ticlang.out
SDK: simplelink_lowpower_f3_sdk_7_40_00_64__win
connectting:
2.2 Defalut host_test_LP_EM_CC2340R5_freertos_ticlang.out setting and Flashed. Btool and LP_EM_CC2340R5 is connecting error.
3. Then we chage the SDK to simplelink_lowpower_f3_sdk_7_20_01_10__win and still flash host_test_LP_EM_CC2340R5_freertos_ticlang.out to LP_EM_CC2340R5, Reapting the steps as 2, then we get the reponse from Btool and we use SA to test, the funtion work normally.
Therefore, We would like to ask you help us config any unreasonable action we did when we bring up our boards. And is there any SDK only work for CC2340r5-Q1 or any try we can do, If we want to control our developing boards?
Thanks