cancel
Showing results for 
Search instead for 
Did you mean: 

how to disable/enable all the interrupt of STM32L4xx by STM CUBE

a a
Associate
Posted on August 09, 2017 at 04:53

I just wonder how to disable/enable all the interrupt of STM32L4xx by STM CUBE.I found this not mentioned in the CUBE hal UM.  I appreciate if someone can help me for this.

1 ACCEPTED SOLUTION

Accepted Solutions
Posted on August 09, 2017 at 10:50

__enable_irq() and __disable_irq()

These are CMSIS intrinsics, not Cube.

JW

View solution in original post

4 REPLIES 4
Posted on August 09, 2017 at 10:50

__enable_irq() and __disable_irq()

These are CMSIS intrinsics, not Cube.

JW

a a
Associate
Posted on August 11, 2017 at 05:21

Hi JW

     Thanks for your help. It solved my problem.

aa.

SAMIN.1
Associate III

@Community member​ how do you solve?

SAMIN.1
Associate III

@Community member​ did you solve while using HAL library?