Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

EFR32 GPIO_INT_config VS GPIO_ExtIntConfig

Status
Not open for further replies.

yefj

Advanced Member level 4
Joined
Sep 12, 2019
Messages
1,180
Helped
1
Reputation
2
Reaction score
3
Trophy points
38
Activity points
7,110
Hello, In EFR32fg14 board API i have these two functions for defining interrupt
GPIO_ExtIntConfig
GPIO_IntConfig
their description is shown bellow.
In the user manual shown bellow i have several GPIO peripheries.
What is the actual difference in defining GPIO pin to be external or internal interrupt?
Thanks.

1674680630043.png
1674680559433.png
1674678273685.png

1674678030754.png
 

Hi,

I guess you gave the explanation on your own in the last line.

The one function is deprecated and should not be used anymore. It's probably just there for compatibility reasons.
If you want to know the functional difference, then you have to read the compiler/library changelog.

Klaus
 

Hello Klauss, i mean there are two definitions.
GPIO interrupt and GPIO external PIN interrupt.
what is the difference between external pin intrerrupt and regular gpio interrupt?
Thanks.
 

Hi,

What answer do you expect?

It says you should use GPIO_ExtIntConfig only. And for this there is only one definition.
Just do as recommended.

Klaus
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top