Other Parts Discussed in Thread: UNIFLASH,
Tool/software:
Hello Team,
It is getting stuck in a faultisr, even if i add an extra line of code.But this same code works well when flashed with debugger(TM4C). I tried in both CCS and UNIFLASH, it is fine.
I'm using BSL-Scripter Tool and the same bootloader as mentioned in Resource Explorer to flash my MSP432E401Y microcontroller.
Ethernet flashing was working fine before, but it is getting stuck only when extra code or delay is added.
.................................................................................................................................................................................
main()
{
-> init()
{
-> peripherals init()
->other functionality init()
-> print statement./delay added =>>>>the above functions are executed and it will be stuck here to fault isr.
}
->RTOS task create()
->Start task scheduler()
}
..................................................................................................................................................................................
Can you please help me further to debug this issue?
Thanks in advance.