Is there any info on what the command numbers mean for processRMsCmd? I have not been able to find any in my DVSDK or on the TI website. I know the CE logging task is part of RMS, but I have not been able to find much info on it.
Here is my specific issue: I am working with a DM6446, dvevm_1_20, codec_engine_1_10_01. I am trying to restart (delete and create) a codec many times for stress testing. It keeps failing on the 128th restart. For successful restarts, I see a log like this:
[DSP] @0x78dbcd78:[T:0x8fb3b244] CR - processRmsCmd(0x8fe01928, 4056): cmd = 0
[DSP] @0x78dbcdbf:[T:0x8fb3b244] OM - Memory_alloc> Enter(size=0x18)
[DSP] @0x78dbcdf7:[T:0x8fb3b244] OM - Memory_alloc> return (0x8fb42b68)
[DSP] @0x78dbce30:[T:0x8fb3b244] OM - Memory_alloc> Enter(size=0xf)
[DSP] @0x78dbce62:[T:0x8fb3b244] OM - Memory_alloc> return (0x8fb42b80)
[DSP] @0x78dbce9d:[T:0x8fb3b244] OM - Memory_alloc> Enter(size=0x20)
[DSP] @0x78dbced0:[T:0x8fb3b244] OM - Memory_alloc> return (0x8fb42b90)
[DSP] @0x78dbcf0a:[T:0x8fb3b244] OM - Memory_alloc> Enter(size=0x24)
[DSP] @0x78dbcf3e:[T:0x8fb3b244] OM - Memory_alloc> return (0x8fb42bb0)
(followed by successful VISA_create call for the codec)
For the unsuccessful restart, I see this:
[DSP] @0x79cd6509:[T:0x8fb3b244] CR - processRmsCmd(0x8fe01928, 4056): cmd = 5
[DSP] @0x79cd6548:[T:0x8fb3b244] CR - remote time = 0x0, trace buffer size = 4032
(then the VISA_Create fails)