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!