Marcus Parker / NVIC_set_all_priorities

Dependents:   Nucleo_Wifi

Fork of NVIC_set_all_priorities by Frank Vannieuwkerke

Files at this revision

API Documentation at this revision

Comitter:
MarcoAmerena
Date:
Thu Jul 10 12:21:56 2014 +0000
Parent:
3:01504ecd2025
Commit message:
NVIC_set_all_priorities with Nucleo interrupts

Changed in this revision

NVIC_set_all_priorities.h Show annotated file Show diff for this revision Revisions of this file
--- a/NVIC_set_all_priorities.h	Mon Oct 14 13:45:19 2013 +0000
+++ b/NVIC_set_all_priorities.h	Thu Jul 10 12:21:56 2014 +0000
@@ -10,6 +10,9 @@
 #elif defined TARGET_KL25Z
      first_IRQ_number = SysTick_IRQn,
      last_IRQ_number  = PORTD_IRQn,
+#elif defined TARGET_NUCLEO_F401RE                   //Manually Added
+     first_IRQ_number = SysTick_IRQn,
+     last_IRQ_number  = FPU_IRQn,
 #elif defined LPC11CXX
      first_IRQ_number = SysTick_IRQn,
      last_IRQ_number  = EINT0_IRQn,