Other Parts Discussed in Thread: CC2340R5, SYSCONFIG
Hi
The SDK I am currently using is simplelink_lowpower_f3_sdk_7_40_00_64, and the project is connection_monitor_LP_EM_CC2340R5_freertos_ticlang.
I am debugging the connection monitor, the cc2340 receives connection parameters by UART and starts scanning.
But I now find that RTLSHost_openHostIf() in the connection monitor driver also uses UART,this will cause conflict.
Will this api affect the overall process? Can I comment it out?
Best Regards,
Preston