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.

PROCESSOR-SDK-J721E: QoS for DDR accesses

Part Number: PROCESSOR-SDK-J721E
Other Parts Discussed in Thread: DRA829, TDA4VM

J721e MSMC has "Two-level QoS support for real-time/nonreal-time split" and DDRSS has "Priority based scheduling" and "Class of Service (CoS) - Three latency classes supported".
However, default setup is "fair" scheduling of accesses to DDR. So, when I ran real-time code on CPU that I designated as "RT CPU", memory accesses of other CPU get their "fair" share of bandwidth to DDR, reducing execution speed of RT-CPU and creating jitter in interrupt latency.
How can I change setup to give priority to A72's core1 over core0 or R5F over A72, i.e., how do I tell J721e that core1 (or R5F) is RT-CPU and must use "strict" priority for memory accesses?
The documentation in "J721E DRA829/TDA4VM Processors Silicon Revision 1.1 Texas Instruments Families of Products - Technical Reference Manual" is not clear.

Thank you,
Michael