iMX8M SPI Interrupt Requirements

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

iMX8M SPI Interrupt Requirements

1,367件の閲覧回数
charleshuang
Senior Contributor II

1620369301987.jpg

CPU: iMX8M
Yocto 2.5

In the 4.3.10 Interrupt Requirements of i.MX_Reference_Manual.pdf
I don't understand the meaning of this parameter(BaudRate/ Transfer Length)
Can you explain it more detail ?

Does it mean that when I transmit data of this 32-bit transfer length on a baud rate of 1 Mbps, an interrupt will be triggered after 31250 transmissions?

Can I confirm the number of interrupt by "cat /proc/interrupts | grep ecspi"?

How do I use spidev_test tool to verify typical case and worst case?

ラベル(1)
0 件の賞賛
返信
1 返信

1,362件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi

 

Does it mean that when I transmit data of this 32-bit transfer length on a baud rate of 1 Mbps, an interrupt will be triggered after 31250 transmissions?

---> Yes

Can I confirm the number of interrupt by "cat /proc/interrupts | grep ecspi"?

---> Of course ,you can 

 

How do I use spidev_test tool to verify typical case and worst case?

---> The spidev_test doesn't have these functin, it can only do basic tranfer/mode test

0 件の賞賛
返信