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.

different behavior of Report function when we use message queues.

Hi,

I am using ti-rtos and code composer studio. I created  msg-Qs each of size 10bytes. When I use these mailbox communication Report function is printing empty lines on console, I have observed following cases

1) Without msg-Qs Report is fine

2) After msg-Qs creation, if we don't use Report is working fine

2) But when start using msg-Qs if we call Report its just able to print Newlines but no data.

Do we have to take care of anything while using msg-Qs and Report??

Application size is 230KB, is there any relation between Report and msg-Qs in memory wise.

Thanks for your help in advance.