Kinetis / Latch input

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

Kinetis / Latch input

1,208件の閲覧回数
asapuntz
Contributor I

Looking at KE1xF (or S32K14x)

PORTx->PCR[IRQC] allows an input pin to latch edges or levels which can then be read in PORTx->PCR[ISF] PORTx->ISFR. This is very handy to avoid missing transitions while software is busy with other activities.

However, it seems that this will produce in an interrupt (or DMA) if any pin on PORTx is configured to do so.

I've seen other (Cortex-M4) processors where masking of such interrupts is configurable on a per-pin (rather than per-port) basis. Is this level of control not available?

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

1,163件の閲覧回数
asapuntz
Contributor I

would be useful to have PORTx->PCR[IRQC] options which don't produce interrupts or DMA

0 件の賞賛
返信

1,156件の閲覧回数
CarlosGarabito
NXP TechSupport
NXP TechSupport

We will consider it for new MCU designs, thank you.

0 件の賞賛
返信

1,164件の閲覧回数
CarlosGarabito
NXP TechSupport
NXP TechSupport

Hi @asapuntz , sorry, but no, it is not available

0 件の賞賛
返信