Dear Experts,
I'm new to TDA4. I have several questions about TDA4.
1. Now I want to use SPI in main domain, while the image is running in the MCU core in MCU domain. What is the difference between SPI in main domain and SPI in MCU domain? Where can I get the relative guide?
2.How can I run the example(mcspi_slavemode) in my TDA4 board?Now I use the make command to build image in Linux system,and download the image to the OSPI flash with dfu.
3.What is the between Single-channel and Multi-channel in the example (mcspi_slavemode)? And what is the meaning of polling mode and callback mode?