Hi,
I am developing a product using dsplib, but I am having some trouble I can't seem to locate.
Example:
First, I used the C code in the src library to write and test the biquad.
This works fine.
Then I load the dsplib library in the .cmd file and use that function and the same code blows up. It will output something- certainly not what is expected, square waves, noise- then the dmax stops working. looks like a stack problem.
I have the proper header included for the function,
I am calling it as in the reference libraries example,
I am using bios so rts67plus is loaded
I am dis-abling the interrupts before the routines and re-enabling them afterwards using the compiler intrinsics
I can see the proper routine in the map file
nonetheless, the library fails while the C version shown the dsplib pdf never does.
Any thoughts?
Thanks,
Don