Hello,
I configured SPI with DMA send 10 bytes to slave on
SW32K3_RTD_4.4_1.0.0_HF02 and S32DS.
I already referred to SPI plugin's example and the following link: https://community.nxp.com/t5/S32K/Example-DMA-SPI-S32K344/td-p/1535843
https://community.nxp.com/t5/S32K/S32K3-HardFault-Error/m-p/1343310/highlight/true#M12172
I already add Platform_InstallIrqHandler() for Dma0_Ch0_IRQHandler
but I am facing to Hard-fault exception at
/* Done shall be cleared before a new transfer is configured. */
HwAccDmaCh_SetCommand((uint32)DMA_IP_CH_CLEAR_DONE, LocHwVers, LocHwInst, LocHwCh);
The following main.c file and configured image captured.
any wrong configuration from myside?



