Part Number: AM6422
Tool/software:
Hello,
We are using the AM6422 with SDK version 8.6.0.42 to implement the following functionality:
-
The A53 core runs Linux.
-
The R5F0-0 core runs a GPMC interface for communication with an FPGA.
-
Linux needs to perform inter-core communication with the RTOS.
In the R5F example program (rpmsg project), I added GPMC-related initialization functions. However, after Linux boots the RTOS, tracking via CCS shows that the program enters a dead loop inDebugP_assertNoLog. Further tracing confirmed that the functionSOC_moduleSetClockFrequency(TISCI_DEV_GPMC0, TISCI_DEV_GPMC0_FUNC_CLK, 133333333)returns-1. Additional investigation revealed thatSciclient_pmModuleClkRequestalso returns-1.Questions:
-
How should this issue be resolved?
-
Is this usage scenario feasible? (Note: The GPMC interface works properly when running solely on the R5F core without Linux.)
-