Part Number: TMS320F28379D
Hello,
I'm using Signal generator library to create a signal generator of superimposed at least 20 sinus with different frequencies (harmonics) . With 2 sinus (i.e. two instances of SGENT_1), everything works fine. When I add the third one the program fails in the call
sgen.calc(&sgen);
At this point the debugger shows me the execution goes back to main() restarting all the variables.
Is this a limitation of the library ? If yes, is it stated somewhere?