Hello Julian,
Thank you for the valuable information you've provided.
Currently, I am using the AUTOSAR SPI example, so changing the driver is not an option for me at the moment. What I want to achieve is using an IC with asynchronous DMA. I can use the IC with asynchronous DMA, but I initialize the IC by sending multiple SPI transfers. I want the initialization process to be completed before the system fully boots up. Afterward, I want it to run asynchronously at runtime. Therefore, what I aim to do is as follows:
Spi_Init(&SyncConfig);
IC_Init();
Spi_Init(&AsyncConfig);
Could you assist me with how to implement this?
Thank you.
Best regards,
ONUR