Skip to main content
Visitor II
July 4, 2018
Question

About Top level interrupt sensitivity

  • July 4, 2018
  • 2 replies
  • 1090 views
Posted on July 04, 2018 at 16:16

In this code,

I understand the line

''EXTI_SetExtIntSensitivity(EXTI_PORT_GPIOB , EXTI_SENSITIVITY_FALL_ONLY);''

It means EXTI detects falling edge, right?

But what's the next line means??

''EXTI_SetTLISensitivity(EXTI_TLISENSITIVITY_FALL_ONLY);'' 

0690X0000060LbtQAE.png

I read the reference manual about EXTI section but there is no enough information about TLIS..

0690X0000060LOlQAM.png
    This topic has been closed for replies.

    2 replies

    Visitor II
    July 4, 2018
    Posted on July 04, 2018 at 18:41

    the note you showed up says it clearly: it is the sensitivity for the TLI pin.

    Visitor II
    September 25, 2018

    I understand, this pin PD7 cannot be acting with interrupt in the same time with PD0,PD1...6. Is it correct?