Hi,
There seems to be a bug in the FPU FIR implementation. When feeding an impulse input to an 255 order FIR, I expect the output would be the same as the FIR coefficients. It seemed to work fine for lower order FIRs like 127. Here is the code and linker cmd part.
- firldb align(0x800) > RAML0 PAGE = 0
- firfilt align(0x800) > RAML1 PAGE = 0
- coefffilt align(0x800)> RAML2 PAGE = 0
- sigIn align(0x800) > RAML6 PAGE = 1
- sigOut align(0x800) > RAML7 PAGE = 1
