Hi, Dear NXP experts
I use S32G_LLCE_1_0_4\sample_app_llce\llce_sample_app_pfe, Generate elf files according to AN13423.pdf(Using CAN2CAN, CAN2ETH and ETH2CAN Features of LLCE on S32G), and debug using trace32 can run normally. However, I used gcc objcopy to convert elf files to bin files, and burning bin files into Norflash did not start properly because the Ethernet port did not receive acf-can messages. In addition, I tried to use the same method to burn LED firmware into Norflash, the system can run normally. Do I need to modify the linked file for the LLCE routine to start properly in Norflash? Below is my operation step:
1. Use objcopy to generate a bin from elf
seeu_0-1687663757286.png
2.Use the S32DS to add IVT,Open S32G_LLCE_1_0_4\sample_app_llce\llce_sample_app_pfe\build_files\autosar_intram.gld to view the start address, open the map file to view the entry address, fill in.
seeu_1-1687663910200.png
seeu_2-1687663930769.png
seeu_3-1687663944786.png
3.After the IVT firmware is exported and burned, the startup mode is set to norflash, and the IVT fails to run properly.
seeu_4-1687664007497.png