I have a machne check issue with programm on MPC5674F.
After a primary investigation and register values evaluation and referring to the map file and the reference manual, it's a write bus error occured due to memcpy instruction trying to write in a reserved area of the memory.
Since memcpy is wide used in the program I want to track which function called the memcpy function to know the Data/pointer causing the error? Is there any other registers I can read or Is there a specific other way using maybe map and hex file?
I hope I get a helpful answer from you. Thanks in advance.