CCS 5.2.0.00070
SYSBIOS 6.33.4.39
Using a JTAG connection and using the RAW Logs to look at the logs.
So the loging starts off fine. I break at main and there are a few logs. I run some in my code and I get log messages fine.
Then I run some more and all of a sudden the logs are gone.
I traced it down to a Log_info2 call. Just before it I am fine. Step over it and the logs are gone. Just before this I setup an EDMA3. I am debugging an SD driver that was ported from the PSP stuff.
After that no log messages come out at all. If I reset, the pattern starts all over again. Exact same Log_info seems to crash the logging.
What can I look at or do to debug this issue?
Thanks