The dual cores enable the same CAN channel to transmit and receive data at the same time

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

The dual cores enable the same CAN channel to transmit and receive data at the same time

243件の閲覧回数
ALXY_WANG1
Contributor I

I am using the S32K358 development board to debug the dual-core function, and I am currently checking whether the two cores can use the same CAN channel to send and receive data at the same time, and if so, whether the initialization process of both cores needs to be initialized by the CAN channel, and the specific initialization process is different from that used by a single core

0 件の賞賛
返信
3 返答(返信)

193件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

Hi@ALEX_WANG1

Both cores can access and operate the FlexCAN module, but you should avoid having two cores operate the same peripheral. Usually you need to define which core needs to access which peripheral resources at the beginning of the design.

0 件の賞賛
返信

188件の閲覧回数
ALXY_WANG1
Contributor I

Can't two similar cores simultaneously enable the CAN0 channel

0 件の賞賛
返信

179件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

Hi@ALXY_WANG1

I have replied to you before.

All cores of S32K358 can access the core operation CAN0 module, but you should avoid multiple cores accessing the same peripheral at the same time.

0 件の賞賛
返信