SDK example evkmimxrt1024_lpspi_interrupt_b2b_slave not working

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

SDK example evkmimxrt1024_lpspi_interrupt_b2b_slave not working

跳至解决方案
639 次查看
sbabu
Contributor III

Hi All,

We are using IMXRT1024 two boards. One as master and other as slave. We are sending some data from master and we see signals on all $ SPI lines. In the slave side we are running the SDK example evkmimxrt1024_lpspi_interrupt_b2b_slave. But we don't see EXAMPLE_LPSPI_SLAVE_IRQHandler getting hit. We are using lpspi4 and updated the code according. Please suggest if any comments to get it working and verify the data. Thanks

Babu

标签 (1)
0 项奖励
回复
1 解答
596 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @sbabu,

Are you also seeing the IRQ handler get called when using the default LPSPI1 instance for the slave device, or only when changing to the LPSPI4 instance? What were the changes you made to update the code to the new LPSPI4 module? Are you also receiving data on the slave device and its just the IRQ which doesn't seem to be enabled, or is the RT device no receiving any data at all?

BR,
Edwin.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
597 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @sbabu,

Are you also seeing the IRQ handler get called when using the default LPSPI1 instance for the slave device, or only when changing to the LPSPI4 instance? What were the changes you made to update the code to the new LPSPI4 module? Are you also receiving data on the slave device and its just the IRQ which doesn't seem to be enabled, or is the RT device no receiving any data at all?

BR,
Edwin.

0 项奖励
回复
548 次查看
sbabu
Contributor III

@EdwinHz We are able to get it working. Pls consider this as closed

0 项奖励
回复