After my investigation, I found that some global variables were not initialized as defined when<eMCEM_1>was enabled。
Select a portion for explanation:
Firstly, when I haven't enabled the target

Clock_ip. c under RTD file


Power_ip. c under RTD file


Can initialize correctly。
However, when I activated it:


Clock_ip. c under RTD file


Power_ip. c under RTD file


Global variable initialization failed。
May I ask if there is a better solution?