Hi @ONUR,
Yes, sure. You can simply configure the SPI instance for either sync or async dma:
Julin_AragnM_0-1726770664852.png
And create two functional groups (in my case, VS_0 & VS_1):
Julin_AragnM_1-1726771039375.png
You can see that each functional group has its own modules and configurations:
1.png
After updating code, you will find both configs as such:
Julin_AragnM_4-1726771119986.png
You can simply use Spi_Init(&Spi_Config_VS_0) or Spi_Init(&Spi_Config_VS_1). It is also needed to configure the module as as variant post build and check "Post Build Variant Used"
Julin_AragnM_5-1726771224669.png
Best regards,
Julián