Hello,
We have developed board for one of the project and using S32K118 MCU but when I am trying to flash the program then it is getting stuck in ISR. For programming we are using PE Multilink Fx.
chaitanya_kalya_0-1615363392230.png
For every program it is having same issue. It is entering in DefaultISR only.
when I write HardFault_Handler then it is entering into the function.
void HardFault_Handler(void)
{
while(1){}
}
Debugger showing bus fault message
BusFault: A bus fault has occurred on exception entry.
BusFault: An imprecise (asynchronous) data access error has occurred.
HardFault: A fault has been escalated to a hard fault.
chaitanya_kalya_0-1615380916911.png
Is it hardware issue or software issue.
Quick response highly appreciated.