Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: targets/TARGET_ARM_SSG/TARGET_BEETLE/device/cmsis_nvic.h
- Revision:
- 167:e84263d55307
- Parent:
- 149:156823d33999
diff -r c97ed07ec1a8 -r e84263d55307 targets/TARGET_ARM_SSG/TARGET_BEETLE/device/cmsis_nvic.h
--- a/targets/TARGET_ARM_SSG/TARGET_BEETLE/device/cmsis_nvic.h Thu Jun 08 15:02:37 2017 +0100
+++ b/targets/TARGET_ARM_SSG/TARGET_BEETLE/device/cmsis_nvic.h Wed Jun 21 17:46:44 2017 +0100
@@ -13,27 +13,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-/*
- * CMSIS-style functionality to support dynamic vectors
- */
#ifndef MBED_CMSIS_NVIC_H
#define MBED_CMSIS_NVIC_H
-#include "cmsis.h"
-
-#define NVIC_NUM_VECTORS (16 + 48)
-#define NVIC_USER_IRQ_OFFSET 16
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector);
-uint32_t __NVIC_GetVector(IRQn_Type IRQn);
-
-#ifdef __cplusplus
-}
-#endif
+#define NVIC_NUM_VECTORS (16 + 48)
+#define NVIC_RAM_VECTOR_ADDRESS 0x20000000 //Location of vectors in RAM
#endif
