Hello,
I am using S32G-VNP-EVB (S32G274) running Autosar basic software.
The MCAL using in this platform is "eb-tresos-S32G2x_MCAL44_100_HF3_LLCE_PFE"
I am trying to enable the PFE Ethernet by calling Init function.
However, the MCU running into exception due to bus error.
Reason: When loading PFE firmware, MCU accesses to PFE CBus base address ( PFE_CFG_CBUS_PHYS_BASE_ADDR_CPU = 0x46000000).
This address is not available/visible in Trace32 and causing bus error.
My question:
Is there any specific procedure / configuration need to be done so that PFE memory address can be available ?
Thanks