I am trying to send about 7200 bytes of data over SPI in S32K344 MCU.
But after transmitting about 91 bytes( you can see expression view) of data getting hardfault!!what can be reason?? i am using Lpspi_Ip_SyncTransmit() API for doing so.
Solved! Go to Solution.
Well i figured the issue. It was on some linker script issue
View solution in original post
Hello @kual_gettobyte,
Please find more information about the fault exception, is it a MemManage fault or a BusFault?
Is the system clock set precisely to one of the clock options, e.g. Table 151. Option A - High Performance mode (CORE_CLK @ 160 MHz).
Regards,
Daniel