Skip to main content
Visitor II
December 11, 2002
Question

what does TLI means?

  • December 11, 2002
  • 4 replies
  • 1713 views
Posted on December 11, 2002 at 01:26

what does TLI means?

    This topic has been closed for replies.

    4 replies

    terryhaoAuthor
    Visitor II
    December 2, 2002
    Posted on December 02, 2002 at 23:10

    I found ''TLI'' in the special features of ST72324 of ST MCU selection guid.

    I don't know the meaning of ''TLI'', can anyone tell me.

    Thanks

    Terry Hao
    Visitor II
    December 3, 2002
    Posted on December 03, 2002 at 06:02

    TLI means Top Level Interrupt.

    Each interrupt has it's own priority (software and hardware priority) and the TLI is the highest

    .

    terryhaoAuthor
    Visitor II
    December 4, 2002
    Posted on December 04, 2002 at 07:04

    That means the interrupt of MCU with TLI features is nested, right?

    Best Regards,

    terry
    Visitor II
    December 9, 2002
    Posted on December 09, 2002 at 11:19

    Yes Terry

    Some ST MCU can work in both in concurrent or nested mode.

    In concurrent mode interrupt can't be interrupted by another however nested mode allow the interruption

    .

    Be care full of stack overflow in nested mode .

    Best Regards

    S.H