cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L4 ISR source

Dick Lin
Senior
Posted on May 07, 2018 at 18:26

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.
12 REPLIES 12
Posted on May 08, 2018 at 00:15

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>

Posted on May 08, 2018 at 01:06

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,

****

Posted on May 08, 2018 at 22:58

Nvic is part of the core so cmsis provides a set of functions to cover them. They ate consistent across all vendors, unlike hal.