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.

AM2634: How to set SysCfg setting for SPI in slave mode

Part Number: AM2634

Tool/software:

Hi Team,

I am trying to configure SPI in slave mode. I am refering mcspi_loopback_interrupt_lld_am263x-cc_r5fss0-0_freertos_ti-arm-clang example.

But I am not sure how to configure this in slave mode.

My requirement is to receive data from master and copy into buffer. if, data is received then it should raise an interrupt and interrupt callback routine should copy data into buffer.

If try to change channel  mode to pheripheral, it throws below error

Appreciate your help!