Hello,
I understand PowerQuad is suitable for ones that need high performance digital filter, FFT on MCU.
When I went over the relevant documents and samples source code for LPC55S69 evaluation board,
I could understand how I should use PowerQuad from c source code.
Those sample code just demonstrate computation on pre-defined samples.
In the actual usage, buffer management is also important for signal processing.
i.e., during computation on specified block size, new samples from such as
ADC will be sent to buffer(SRAM) in parallel for next computation.
In the traditional DSP device, dedicated ring/circular buffer pointer along with
DMA is useful for those buffer management.
In case of LPC, software running on LPC must manage that input buffer for new sampling data.
Do you have sample code which demonstrates the buffer management suitable for LPC with PowerQuad?
Regards,
Norihiro Michigami
AVNET