Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit 77ee703

Browse files
committed
Merge pull request #203 from bgamari/nvic-ioregs
Fix NVIC base address
2 parents a5c0bfc + 6a5d2c9 commit 77ee703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zinc/hal/cortex_m3/armmem.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PROVIDE(isr_systick = isr_default_fault);
2525

2626
armmem_SYSTICK = 0xE000E010;
2727

28-
armmem_NVIC = 0xE000E100;
28+
armmem_NVIC = 0xE000E000;
2929

3030
armmem_SCB_ACTLR = 0xE000E008;
3131
armmem_SCB = 0xE000ED00;

0 commit comments

Comments
 (0)