Using TRGMUX with RTDs on the S32K118

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

Using TRGMUX with RTDs on the S32K118

1,228件の閲覧回数
hns80
Contributor V

I'm trying to use the lpit and the PDB to trigger ADC conversions every 10ms using the RTD low level drivers.

The TRGMUX is needed to route the lpit's trigger output to the PDB's trigger input and I see a driver for TRGMUX and configure it, but this only creates a data structure. I can't find the library call to initialize the TRGMUX with this data structure.

The RTD_MCL_UM mentions a TRGMUX IP driver on the last page. The detailed description is blank.

How can I use the interval timer to trigger ADC conversions using the RTDs? The library appears to be incomplete.

 

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

1,176件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

I think just Trgmux_Ip_Init should be called, Trgmux_Ip.h need to be included.

Function is defined in Trgmux_Ip.c

Trgmux_Ip_StatusType Trgmux_Ip_Init(const Trgmux_Ip_InitType * const pxTrgmuxInit)

BR, Petr

0 件の賞賛
返信