Hi,
=> I tried to create a debug function with arguments something like in uVision4
FUNC int fname (int param) {
}
but it gives me a compilation error. Is it possible to pass aruments to debug functions.
=> Another is, Can I call non Debug function(function resides in my code) from a Debug Function.
Thanks in advance.