Hello,
I was just wondering - sometimes while defining properties of certain module (say, HWI interrupt or SWI interrupt) I run into possibility of passing an argument for a function. In help window for this option says:
Arg. This argument is passed to the function as its only parameter. You can use either a literal integer or a symbol defined by the application. This property is available only when using the HWI dispatcher.
When I pass integer, it works, but I dont know where I suppose to define/declare a constant - simply putting a constant in code does not works (and shouldnt, since DSP/BIOS does not knows where to look for it).
The question is how do I declare on constant in DSP/BIOS?
Regards
Arye