Hi!
I'm trying out the C2000 Software Frequency Response Analyzer (SFRA) on 28069 device. I can run the SFRA lib successfully as long as I call the inject/collect functions from the CPU, but run into various issues when trying to call inject/collect from a CLA task.
On a 28069 MCU, is it possible to use the SFRA_F_INJECT and SFRA_F_COLLECT functions directly from a CLA task or can they only be called from the CPU? The SFRA examples in controlSUITE only call the functions from the CPU. If it's possible to call them from the CLA, what do I need to do in terms of linking the lib etc?