This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to pass arguments to Debug Functions in uVision4

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.

0