Hi,
I have a task set to run on CLA Task 1 triggered by the ADC. it's getting quite big right now and I'm thinking about adding different algorithms to use based on external settings. Since I want each task to be optimal avoiding unnecessary tests for branching to use and because code size may be bigger than 2000 words if I include everything, I'm looking for a way to change the content of the CLA task 1 at runtime. When needed, I would stop CLA interrupt, memcopy the new CLA function from somewhere in flash to RAM and re-enable it. I'm trying to wrap my head around this to see if it's feasible.
Any thoughts?
Regards,