Skip to main content
Visitor II
March 12, 2021
Question

What is the meaning of asserted in case of an interrupt in STM32L4 Series Microcontroller?

  • March 12, 2021
  • 1 reply
  • 792 views

I am using NUCLEO-L4R5ZI-P devlopment board. I am trying to use USB OTG functionality. I used RM0432 for programming purpose.

For e.g. I want to know about Session request protocol interrupt in which reference manual mention: "In device mode, this interrupt is asserted when VBUS is in the valid range for a B-peripheral device".

Can any one please help me to understand here?

    This topic has been closed for replies.

    1 reply

    Super User
    March 12, 2021

    asserted = set, active

    JW