2017-08-08 07:53 PM
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.
Solved! Go to Solution.
2017-08-09 01:50 AM
__enable_irq() and __disable_irq()
These are CMSIS intrinsics, not Cube.
JW
2017-08-09 01:50 AM
__enable_irq() and __disable_irq()
These are CMSIS intrinsics, not Cube.
JW
2017-08-10 08:21 PM
Hi JW
Thanks for your help. It solved my problem.
aa.
2021-11-04 02:41 AM
@Community member how do you solve?
2021-11-04 02:41 AM
@Community member did you solve while using HAL library?