I am struggling to get any code to run on my S32K144W.
I have selected New Project from Example and chose the lpuart for the 144W. When I build and debug the code I get the following:
BusFault: A precise (synchronous) data access error has occurred.
Possible BusFault location: 0x4004B020.
HardFault: A fault has been escalated to a hard fault.
This happens with a call to:
PINS_DRV_Init(NUM_OF_CONFIGURED_PINS0, g_pin_mux_InitConfigArr0);
Does anyone know what I am doing wrong?
Andy