1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/cc2538: Enable the CC2538's more compact alternate interrupt mapping.

This commit is contained in:
Ian Martin 2014-11-03 14:15:52 -05:00
parent 77964e8afd
commit b37698a064

View File

@ -42,6 +42,9 @@ void cpu_init(void)
/* configure the vector table location to internal flash */
SCB->VTOR = FLASH_BASE;
/* Enable the CC2538's more compact alternate interrupt mapping */
SYS_CTRL->I_MAP = 1;
/* initialize the clock system */
cpu_clock_init();