Part Number: AM2634
Tool/software:
Hi!
I am using simulink generated code in 1 core of an AM2634 to run control loops. We are quickly hitting compute limits of the core and overrunning the allotted time for the control loops.
Does TI have any suggestions for how to optimize the simulink generated code? The generated code has one input struct, one output struct, and one step function (with minimal branches).
We have been using the `-O2` compiler flag for compiler optimization, but are there any more suggestions? Thanks!