Other Parts Discussed in Thread: IWR6843
Tool/software: Code Composer Studio
Hello, I would like to know how can we add a new algorithm to the old program?
The new algorithm exceeds the inner capacity of RAM so it cannot be compiled.(like pic.1)
Though I’ve tried to add more allocations to save algorithm (like pic.2) and it has been compiled successfully, it still could not work . (ike pic.3)
I would like to know whether our method is right or not and if it’s wrong, how we can successfully compile it and make it work.