Part Number: TMS320C6455
I have some questions on how to utilize this module.
1. How do I enable the log? I have:
#include <log.h>
LOG_Handle log;
LOG_enable(log); // This does not seem to compile.
2. When I write with LOG_event(log, 0x01, 0x02, 0x03); Will I be able to see these values if I point to LOG_system$buf and write the values?
3. If I restart the DSP without a power cycle, will this data still be there?
Thanks.