Hello DSPC Team,
I’m developing a custom module, and I’d like it to output twice as many samples as the number obtained from ClassWire_GetNumSamples()
.
For example, if ClassWire_GetNumSamples()
returns 128, I want the output pin to produce 256 samples.
Is it possible to do this in a custom module?