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 configure AM2634 in SPI Master and Slave mode and using Interrupt with callback mode

Part Number: AM2634

Tool/software:

Hi Team,

I have two AM2634 Development boards. I am using one as SPI master and another as slave 

Requirements:

  1. Configure SPI Master with transfer mode as interrupt with callback. I using SDK Infra as HLD
  2. Configure SPI Slave with transfer mode as interrupt with callback. I using SDK Infra as HLD

I have configured slave in interrupt mode with callback and also mentioned callback function name as "spi0_rx_callback". But after running code slave callback function does not trigger.

Please support on how to configure spi with interrupt and callback mode.

Thanks!