Other Parts Discussed in Thread: SYSCONFIG
Hi, I was trying to configure the SPI with DMA using SYSCONFIG
When I link for example the SPI TX with DMA, the destination address is correctly linked, but the trigger is limited to the SPI TX interrupt.
I have to workaround it by adding a configuration outside the generated board.c, re-configuring the DMA trigger after Board_init().
It would be better to remove that limitation from the trigger selection to allow using other trigger sources, such as PWM SOC.
kind regards
Agustin