I am developing the PFE interface on the develop board(S32G-VNP-RDB2).
I followed the steps of document "GUIDE TO ENABLE PFE WITH LWIP BASED ON RTD" and
1. Use MCAL PFE Driver(PFE-DRV_S32G_M7_MCAL_1.0.0_QLP2) + RTD(RTD_4.4_4.0.0_D2210) and EB tresos 29.0.0, then generate project.
2. Copy paste generated Eth_43_PFE related files and Eth_43_PFE_TS_T40D11M10I0R0 to PFE folder
3. Create S32 DS Project based on LWIP example(TCPIP_RTM_1_0_3_HF1_D2301)
4. Route pins for PFE EMAC2
5. Configure Clock for PFE MAC2
6. Add POWER module and setup MCU partition component.
7.Add tcpip module and configure the pbuf pool and Receive window
8. Add PFE folder to project and add related include folders to project's include paths setting
9.Change the defined value of HIF_CFG_DETACH_RX_JOB to TRUE
10.Replace gmacif.h with pfe-if.h
Now I can successfully compiler, but after running this project in RDB2, it will stuck in DevAssert()
s32g.JPG
Is anything I'm missing to modify?