views:

22

answers:

0

I have to add a function that will run every specified period. it seems stright forward as Code composer has a GUI tool to do that : DSP/BIOS Condig->PRD->

alt text

in the propierties form I can fill in the function name that gets called with every clk interrupt, but the GUI rejects my functions as "undefined labels'

the function I want to call is a C++ static function : static void MyClass::func1()

what am i missing here ?