We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
Now I am able to compile fine with argumenets passed. Not sure why I got the compilation error.