Does anyone over there at Segger have an implementation for RTT that is known to work with TI-RTOS? The documentation for TI-RTOS is a total hellstorm, so if someone at Segger has already solved this, that would be *super* useful.
I am just now trying to put together a project where a CC13xx is used as a coprocessor, and having RTT would be VERY helpful, due to there only being a single UART on the CC1310.
However, when I try to build RTT out-of-the-box, I get an unresolved symbol error for OS_GetBASEPRI / OS_SetBASEPRI. I am not sure where these should be implemented?
When I used RTT previously on an STM32/ThreadX system, everything worked without any modifications. It looks like the GCC config doesn't actually do any chip-level or OS level priority fiddling ... but, again, it worked fine in my previous application.
I am just now trying to put together a project where a CC13xx is used as a coprocessor, and having RTT would be VERY helpful, due to there only being a single UART on the CC1310.
However, when I try to build RTT out-of-the-box, I get an unresolved symbol error for OS_GetBASEPRI / OS_SetBASEPRI. I am not sure where these should be implemented?
When I used RTT previously on an STM32/ThreadX system, everything worked without any modifications. It looks like the GCC config doesn't actually do any chip-level or OS level priority fiddling ... but, again, it worked fine in my previous application.