Transmission in Receive interrupt

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

Transmission in Receive interrupt

ソリューションへジャンプ
949件の閲覧回数
rahulkrishna
Contributor IV

Hi,

 

I wanted to know in some very critical timings restrictions can i transmit a CAN message in the CAN receive interrupt. I have configured the CAN peripheral to be handled by the xgate. Is it advisable to do this way?

 

Thanks in advance.

ラベル(1)
1 解決策
825件の閲覧回数
kef2
Senior Contributor V

Doable. Just don't block interrupts waiting (forever) for transfer complete or for free Tx buffer. Is there free Tx buffer? Then fill it and clear buffer flag. All buffers busy? Then postpone Tx and exit.

Edward

元の投稿で解決策を見る

1 返信
826件の閲覧回数
kef2
Senior Contributor V

Doable. Just don't block interrupts waiting (forever) for transfer complete or for free Tx buffer. Is there free Tx buffer? Then fill it and clear buffer flag. All buffers busy? Then postpone Tx and exit.

Edward