Hello,
I would like to use a PID controller with fixed point arithmetics.
So far I tried using "Cortex-R4 CMSIS DSP Library", which isn't flexible at all. Description of functions is dim. And for my specific implementation q15_t type doesn't seem to provide sufficient variable range (-2 to 1.99...).
1)So, is IQmath (used for C28 family, "tidcs\c28") suitable for TMS570LS0432 microcontroller? Because this library has a whole different scale of support and for me it seems more comprehensible.
2)If yes, how can I get it running on my board with PID implementation.
3)I had a suggestion of using "motorware" library, could you point me how better or worse this library is, compared, to "tidcs" or "CMSIS".