Other Parts Discussed in Thread: SYSCONFIG
Hi,
I'm running the basic_ble example (TI RTOS 7, TI Clang) on my LL-CC2652R7 board, and encountering multiple issues trying to modify it in order to display messages in CCS on the Console tab.
First, I've tried to call printf from various places, either in the BLE code (e.g. app/Profiles/app_simple_gatt.c), or in a separate thread like I will eventually want to do in my application. In both cases, if I've already connected to the device via BLE Scanner, soon after the printf runs (and I do see the message on the console), the device disconnects with a "LINK_TERMINATED_EVENT: Peripheral role, connectionHandle = 0, reason = 8" message seen on the display driver's UART terminal.
Second, and potentially related, I've tried to get all the Display_printf messages to go to the console instead of a UART terminal via the XDS110. So in the syscfg file, under TI DRIVERS/Display/CONFIG_Display_0, I changed "Use Hardware" to "None" and "Display Type" to "Host". After doing so, as soon as I try to connect to the device via BLE Scanner, it immediately disconnects with a "LINK_TERMINATED_EVENT: Peripheral role, connectionHandle = 0, reason = 62" message.
Please, any help would be greatly appreciated.
Thanks,
Eric