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:
- A hard architectural limitation, or
- Just a reference example choice
Any clarification or guidance would be appreciated.
Thanks!