Part Number: TMS320F28379D
Hi,
I'm using one CLA of the TMS320F28379D to do some SPI transfer management (filling TX and emptying RX buffers).
(NB: I cannot use the DMA, due to the fact that I use the CLA for some regulation loops that access one peripheral on the same peripheral frame).
I need to reconfigure the task trigger depending on the progress of the SPI transfer (first time the task is triggered by PWM module than following transfers are triggered by an SPI transfer interrupt).
Is the CLA capable of accessing its own configuration registers?
Thank you in advance ;)