ARM-software/CMSIS_5

Wrong NVIC_BASE value in "core_cm4.h"

hieuhotxac opened this issue · 1 comments

NVIC_BASE macro in "core_cm4.h" is set to (SCS_BASE + 0x0100UL)
In "Cortex-M4 Technical Reference Manual", the offset is 0x0D04UL

Sorry, I'm wrong.