Hello everyone,
I configured SWT to move to interrupt on first time-out and then reset on second time-out. However, I am taking the fault, No source available for "SWT1_IRQHandler() at 0x811800", when ı debug.
My mcu is mpc5777c.
Could you inform me what can be reason of this issue?
Good works.
解決済! 解決策の投稿を見る。
Hello,
most probably you have incorrectly set path to source file in you compiler. Try to recompile the code and check the linker and compiler dependencies.
You can also try to manually load the source into your debugger if it supports it. For example for Lauterbach use command, ( y.SourcePATH *)
Best regards,
Peter
Hello,
most probably you have incorrectly set path to source file in you compiler. Try to recompile the code and check the linker and compiler dependencies.
You can also try to manually load the source into your debugger if it supports it. For example for Lauterbach use command, ( y.SourcePATH *)
Best regards,
Peter