Hello everyone.
I'm trying to do some prototyping with a bunch of CC1352P chips connected to one remote RPI single board computer. Setup looks like on this image: 
I managed to run OpenOCD, get target configs working, connect to chips, connect to Open OCD using gdb-multiarc, flash chip with some generic demo project and even put a break point here. But I guess, manual work with GDB is not the way. I guess, that Code Composer Studio should be able to connect to some generic GDB server, like OpenOCD used in this setup. I see, that CCS have remote app debugging settings, Like following:
But it looks like does not work, freshly created config does not appear in debug menu and have no active debug button.
So, couple questions:
* Does current use case even supported by Code Composer Studio?
* If it does, how to configure it in proper way? Maybe some manuals or something.
* Maybe some different soft should be used, instead of general OpenOCD? Something, that explicitly supported by CCS?
I guess, that regular approach for remote debug with CCS is to use LAN-debugger device, but for early prototyping it is not an option.
Thanks,
Aliaksandr.