i.MX.RT - connect 1 XBAR input to 2 different XBAR outputs

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

i.MX.RT - connect 1 XBAR input to 2 different XBAR outputs

跳至解决方案
1,437 次查看
Cindy
Contributor III

Hi,

I am looking to connect one of the encoder input (Phase A) to a qtimer input to use its capture function.

XBARA_Init(XBARA1);
XBARA_SetSignalsConnection(XBARA1, kXBARA1_InputIomuxXbarIn21, kXBARA1_OutputEnc1PhaseAInput);
XBARA_SetSignalsConnection(XBARA1, kXBARA1_InputIomuxXbarIn22, kXBARA1_OutputEnc1PhaseBInput);

My question is, is the following XBAR configuration acceptable? As you can see, I am trying to connect a XBAR input to 2 different XBAR outputs:-

// Phase A input connect to encoder 1 phase A input and to Qtimer1-Tmr0 Input
XBARA_SetSignalsConnection(XBARA1, kXBARA1_InputIomuxXbarIn21, kXBARA1_OutputQtimer1Tmr0Input);

 

Thanks!

 

Best Regards,

Cindy

 

 

0 项奖励
回复
1 解答
1,427 次查看
Alexis_A
NXP TechSupport
NXP TechSupport

Hello @Cindy,

As it mention in the reference manual:

This is a one-dimensional array consisting of the inputs shared by each mux. All muxes share the same inputs in the same order.

So there isn't a restriction to multiplex the same input to more than one output.

Best Regards,

Alexis Andalon

在原帖中查看解决方案

2 回复数
1,428 次查看
Alexis_A
NXP TechSupport
NXP TechSupport

Hello @Cindy,

As it mention in the reference manual:

This is a one-dimensional array consisting of the inputs shared by each mux. All muxes share the same inputs in the same order.

So there isn't a restriction to multiplex the same input to more than one output.

Best Regards,

Alexis Andalon

1,415 次查看
Cindy
Contributor III

Hi Alexis_A,

 

I have managed to connect the same input to 2 different XBAR outputs.

Thank you!

 

Best Regards,

Cindy

0 项奖励
回复