HI @VaneB
I have some questions about the configuration of flexio. I saw in your tutorial on flexio configuration SPI that when configuring flexio_SPI components, tx, rx, clk, cs are configured using four channels and four pins.

However, flexio's channel configuration in my version 3.5 has only two options.

Should I check Enable Flexio Add Channel and Enable Flexio Add Pin in the configuration of Flexio_Mcl_Ip?

Whether these configuration problems will cause my program to have problems when using the SPI transfer function so that the program can not run properly.


Finally, the following is my project, I hope you can help me to see if there is any problem with the configuration.