Cannot locate #defines for NVIC...STM32
Hi all,
I'm trying to setup some interrupt code on the STM32f103 and I'm trying to set and clear a bit on the NVIC registers.
This is what I'm trying to do...
SET_BIT(NVIC_ISER0, BIT29) // NVIC_ISER0:SETENA[31:0]
SET_BIT(NVIC_ICPR0, BIT29) // NVIC_ICPR0:CLRPEND[31:0]
I cannot locate any of these defines! The register values, not the "sets"
Any pointers to where they are located would be GREATLY appriciated!
~Kam (^8*
Please sign in to leave a comment.
Comments
1 comment