This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MCU-PLUS-SDK-AM243X: SPI 3 pin Mode

Part Number: MCU-PLUS-SDK-AM243X
Other Parts Discussed in Thread: SYSCONFIG

Hello experts,
I wanna ask about SPI interface of AM243x. I use sysconfig to configure SPI for AM243 ALX Lauchpad.
The problem is when i use SPI 4 pin mode, it work normally, but i don't wanna use CS pin, so i change to 3 pin mode and uncheck the CS pin ( you can see in the picture), and when i build project, it has some error with makefile.

So i try to test other case, I still choose SPI 3 pin mode and hold the CS pin. Now, i can build the project ( no error with makefile) but spi doesn't work ( i tested it through uart )


Could you give me some advice to fix this problem ?
Thank you !