Other Parts Discussed in Thread: AM6422
Tool/software:
Hi Ti experts,
I'm using customized board based on AM6422. Linux based on SDK 09.02.00.08 and MCU SDK based on 09_02_01_05.
I did some test about the RPMsg from A53 Linux to R5 FreeRTOS. I used rpmsg_char_simple on Linux side and empty project with transport RPMsg codes on R5 FreeRTOS side.
I changed rpmsg_char_simple to continuously send rpmsg(with length 8bytes) every 1s, and project on R5 side just do RPMessage_recv() forever. Several tens of seconds later, R5 side will enter data abort exception.
Bellow is the console outputs of Linux side:
And CCS debug info:
How to detect whether there was a memory leak in RPMSG usage of R5 side? Is there any tools that can check the memory leak of R5 FreeRTOS?
Best Regards
xixiguo