Part Number: AM2612
Other Parts Discussed in Thread: SYSCONFIG
Hi,
There are 2 questions.
Temperature management
- In LP_AM261 evaluation board for the AM2612, but the MCU temperature reaches 55~60°C during PROFINET operation.
- Is there any way to reduce the MCU temperature?
- From the test, lowering the clock frequency reduced the temperature to approximately 48~50°C.
Example Verification
-
In AM2612, planning to use Core 1 for internal bus communication and Core 2 for Ethernet + PROFINET.
-
Could you expain how memory region access between CPUs works?
-
As shown below, each core (Core 1 and Core 2) has its own memory. Is it only possible to share and transfer data between these memories through the IPC (Inter-Processor Communication) function?
-
Additionally, regarding the 1.5MB memory, is it shared and accessible by all — PRU-ICSS, Core 1, and Core 2?
-
Is memory access handled in an exclusive manner? (i.e., reserved and occupied, making it inaccessible to other CPUs?)
-
Is there an example or guide available to test these features?
Thanks.