Hello,
I've got a TMS320F28335 chip in a product, and I can compile a program to it no problem. I'm changing some of the values in the program, things that are constants, and I'm trying to figure out how to input these as a table in Flash that I can change without having to recompile after every minor change. The code structure isn't changing, only a constant value here and there - a config file if you will.
For example, we're tuning a PI loop, and we can choose different Kp and Ki values. If I make a change now, I have to go and recompile. I'd rather simply load a location in Flash with an updated value.
Could you point me to some resources of people that may have done this in the past?
Thank you, Tim