Hello,
I got statistics for shared memory which mcu2_0, c6x_1, and c7x_1.
There was no statistics for mpu2_0/1, A72 core.
But by definition, shared memory is between mpu2_0/1 and the other cores mostly.
So I assumed that the amount of shared memory used by A72 would be the summation of the one used by mcu2_0, c6x_1, and c7x_1.
Here are my questions.
I want to know whether my assumption is correct.
I want to know how to know the size of shared memory which A72 uses to share data with the other cores not with inside threads in A72.
Thank you very much.