05-10-2016 07:07 AM
Hi Stockson,
Thanks for the advice. The problem is that I can not use SCTLs. When I put the processing blocks (FFT and IFFT) in an SCTL and compile, I exceed the resources. So sadly it is not an option.
I am really trying to make the code run in parallel. I have 2 loops, acquisition and processing. Each with a loop timer. However, I can not estimate a value for the loop timer in the processing block. How can I advance from there?
05-11-2016 01:13 AM
Why do you need a timer? It's the best to use some kind of triggering/handshaking algorithm (occurences, timeouts, handshake lines etc.) to synchronize both loops.