Hi There,
I have a sample application.
-> In main I have created two tasks reader and writer with two different priorities
-> Created a mail bof for communication
-> Writer writes 10 messages and then exits from thread
-> Reader pends on mail box and reads all the 10 messages and the contents properly
-> Surprisingly after this prints all the registers and call stack says abort()
Note: When I run ROV, it shows both reader and writer task + mailboxes
Thanks and Regards,
Santosh