Hello everyone,
Since no one replied, I tried multiple things on my end and found while working on the same VCU POC board using S32K396, where an external MSDI device is connected over LPSPI3. However, SPI initialization fails during runtime with a BusFault.
Observed issue
During execution of Lpspi_Ip_Init(), the code faults at:
Base->CFGR1 = PhyUnitConfigPtr->Cfgr1;
Debugger observation:


Instance = 3
Base address = 0x40364000
The register reads: VERID = 53248
PARAM = 53249
CR = 53249
SR = 53249
Followed by: BusFault: imprecise data access error
HardFault escalation: This happens on the register access to LPSPI3.
Please help with:
Which exact configuration/settings (refer to the attached) are incorrect? or
What additional settings/MBDT Blockset are required to correctly access MSDI I/O pin data?
