2018-05-07 09:26 AM
Hi,
Is there any doc mention about STM32L4 (STM32L4996 and STM32L4A6) ISR source? The doc I found from both ST and ARM reference manual do seems list all of the ISR source.
Thanks,
****
Note: this post was migrated and contained many threaded conversations, some content may be missing.Solved! Go to Solution.
2018-05-07 05:15 PM
I saw those functions. Where is the complete M4 registers definition .h
file? Thx
#define LL_EXTI_WriteReg(__REG__, __VALUE__) WRITE_REG(EXTI->__REG__,
(__VALUE__))
Write a value in EXTI register.
#define LL_EXTI_ReadReg(__REG__) READ_REG(EXTI->__REG__)
Read a value in EXTI register.
On Mon, May 7, 2018 at 2:54 PM, Clive One <st-microelectronics@jiveon.com>
2018-05-07 06:06 PM
I am also trying to use this cmsis_gcc.h for functions like __disable_irq
/ __enable_irq.
Many compiler errors. How do I include this cmsis .h file?
Thanks,
****
2018-05-08 03:58 PM
Nvic is part of the core so cmsis provides a set of functions to cover them. They ate consistent across all vendors, unlike hal.