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.
e7e7a1418eb3ff8e6ebdc921b575d9b.png
However, flexio's channel configuration in my version 3.5 has only two options.
0234e69da6212e6f22d625dc8c0914e.png
Should I check Enable Flexio Add Channel and Enable Flexio Add Pin in the configuration of Flexio_Mcl_Ip?
b4bddd967a28524c21821d5e595c23b.png
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.
6cddfecd8f21fba1051a10b64296c6f.png
1d84a645997c82dff0702af909ec0c5.png
Finally, the following is my project, I hope you can help me to see if there is any problem with the configuration.