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.

AM62P: Running DSS Display Share Example on MCU R5F (AM62Px MCU+ SDK 11.02.00)

Part Number: AM62P

Hi,

I am working with the AM62Px MCU+ SDK and reviewing the DSS display sharing example:
AM62Px MCU+ SDK: DSS Display Share

From the documentation, I see that the example is configured to run on:

  • wkup-r5fss0-0 (FreeRTOS) as the DSS owner / master core

My question is:

Is this example (and DSS display sharing in general) strictly tied to the WKUP R5F core, or is it possible to run it on the MCU R5F core instead?

More specifically:

  • Are there hardware or firewall / device manager constraints that require DSS control to be on the WKUP domain?
  • Can DSS be safely controlled from an MCU R5F if resource assignment (TISCI / RM) is configured accordingly?
  • Is there any example or recommended approach for using DSS from MCU R5F instead of WKUP R5F?

From the SDK docs, it looks like:

  • DSS display sharing example uses WKUP R5F as the device manager and DSS controller
  • Display-related peripherals (e.g. OLDI, DPI) seem primarily associated with the WKUP domain

So I am trying to understand whether this is:

  1. A hard architectural limitation, or
  2. Just a reference example choice

Any clarification or guidance would be appreciated.

Thanks!