Hi, all
Why Log_print() statment in server's main() can't print when server running on DSP? Have need to configure .cfg file ?
Or use CEDEBUG ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi, all
Why Log_print() statment in server's main() can't print when server running on DSP? Have need to configure .cfg file ?
Or use CEDEBUG ?
Can you provided a bit more information on what you are trying to do?
If you are calling Log_printf() depending on how your Logger is configured (in *.cfg), the server statements will only be seen when CCStudio is attached to the running core via a JTAG.
In Codec Engine (CE) 3.x, the example directory has a server log configuration file (examples/ti/sdo/ce/examples/buildutils/server_log.cfg) that sets up the appropriate Loggers to allow Log_printf() statements in the server to be displayed when enabling CE_DEBUG. You can just include this into your servers cfg file to add this functionality .