SENT Transmitter channels

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

SENT Transmitter channels

跳至解决方案
1,666 次查看
UmaMaheswaraReddy
Contributor IV

Hi,

In S12ZVC micros observed only one SENT TX module. If we need 4/more seperate sent channels in a single micro, how can we accommodate these types of situations?

 

From the below NXP link details my understanding is without actual SENT transmitter we can transmit SENT pulse patterns using below S32K144 example code. I am unable to understand below link attached code.

 

https://community.nxp.com/t5/S32K-Knowledge-Base/Uart-to-SENT-protocol-transmitter/ta-p/1129291

 

Do we have similar above link example code for S12ZVC micros. I have S12ZVC - DEVKIT EVB. I want to implement 4 SENT TX separate channels. In S12ZVC micros I observed only one SENTTX. Do we have any alternate option to accommodate this.

Do we have any micro/EVB with 4 separate SENT tx channels. 

0 项奖励
回复
1 解答
1,568 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @UmaMaheswaraReddy,

I can't confirm that it is possible to emulate SENT using TIM and PWM modules, because we don't have any demo or documentation in this regards. But yes, there are just two pins that are shared by the two modules.

 

BR, Daniel

 

在原帖中查看解决方案

0 项奖励
回复
5 回复数
1,639 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

HI @UmaMaheswaraReddy,

The S32K1xx series has FlexIO module that can be used to emulate the SENT protokol.

And for the newer S32K3xx we have also RTD FlexIO SENT Driver.

The S12Z MagniV series does not have FlexIO.

It would need to be emulated using GPIO or the TIM module, but we don't have any example / document for that.

 

Regards,

Daniel

0 项奖励
回复
1,625 次查看
UmaMaheswaraReddy
Contributor IV

Hi Daniel,

In S32K3xx series RTD, we observed FLEXIO SENT driver for SENT RX. Do we have SENT driver example for SENT TX?

 

UmaMaheswaraReddy_0-1727758590197.png

Thanks,

Y Uma Maheswara Reddy.

 

0 项奖励
回复
1,593 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @UmaMaheswaraReddy,

Yes, you are right, this is just for the receiver.

I sent you one S32K1xx SENT TX FlexIO example privately.

Based on the information I have there should be an S32K3xx SENT TX FlexIO example next week.

 

BR, Daniel

0 项奖励
回复
1,572 次查看
UmaMaheswaraReddy
Contributor IV

Hi Daniel,

Thank you for the info. 

We can achieve SPC (SENT with Trigger) with the TIM and PWM (Without actual SENT transmitter). As per my understanding from the S12ZVC pins summary we have only two pins (PT2,PT3) with TIM and PWM combo. So maximum 2 SPC (SENT with trigger) we can implement, correct?

UmaMaheswaraReddy_0-1727944912660.png

 

I don't see any other pin supporting both PWM and TIM. Please correct me if I am wrong.

My requirement is I need to implement 6 SPC (SENT with trigger) in a single board.

Only PT2 and PT3 with TIM and PWM combination.

UmaMaheswaraReddy_3-1727945223305.png

 

UmaMaheswaraReddy_2-1727945184061.png

 

Thanks,

Y Uma Maheswara Reddy.

0 项奖励
回复
1,569 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @UmaMaheswaraReddy,

I can't confirm that it is possible to emulate SENT using TIM and PWM modules, because we don't have any demo or documentation in this regards. But yes, there are just two pins that are shared by the two modules.

 

BR, Daniel

 

0 项奖励
回复