Tool/software: TI-RTOS
I have been trying to implement the custom MessageQ application provided by the linked question; Sahin's personal versions of the ARM and DSP projects. I was able to get them to build after awhile, making some of the adjustments mentioned in the thread as well.
My issue is with the output of the programs, I get no output to console or serial terminals. I believe the log_print0/log_print1 are Linux commands, but the target OS for both cores is supposed to be TI-RTOS. I've tried using printf and system_printf()/system_flush(), but neither of those worked when adding the information required to the .cfg file. (as suggested here:
).
I get 154-D and 169-D errors:
I can launch the binaries to the cores but I can't tell what's happening unless I step through. The print statements would be better for a general purpose use-case. Please assist me in getting the statements to print to serial terminal.
Thanks in advance.
Alec