Spc5604s reported an error when debugging the software: No source available for "0x00000004 (0x00000004) ()". The error disappeared when calling a function, and the error occurred when not calling this function. There is no problem with the syntax and function of the function itself. We use the CodewarrirV11.0 compiler.We suspect that this is a compiler or DEBUG configuration problem. Anyone who has encountered such a problem, please help us solve it.
Hello,
No source available for "0x00000004 (0x00000004) ()"
Looks like you either dont have code at this address, or your debugger does not have valid source files when you access the address.
Try to debug it in assembly view and also check if the address contain valid code.
Best regards,
Peter