Context
I am using the "Eth" module from the MCAL for the S32K344

I added the Eth module in the configuration tool to a new project following the demo example line by line, and making sure that the settings are correct. I checked that the settings matched the ones in the example multiple times.

And here is my startup code:

Issue
When the code gets to the Eth_Init, it crashes with the HardFault_Handler from the following function call tree, and I have no idea why this is happening. It does not happen in the demo, and I don't have any extra modules, other than the ones needed by the Eth driver

Thanks in advance for your help!