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.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
TARGET_NCS36510/TOOLCHAIN_GCC_ARM/cmsis_nvic.h@171:3a7713b1edbc, 2018-11-08 (annotated)
- Committer:
- AnnaBridge
- Date:
- Thu Nov 08 11:45:42 2018 +0000
- Revision:
- 171:3a7713b1edbc
mbed library. Release version 164
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| AnnaBridge | 171:3a7713b1edbc | 1 | /** |
| AnnaBridge | 171:3a7713b1edbc | 2 | ****************************************************************************** |
| AnnaBridge | 171:3a7713b1edbc | 3 | * @file cmsis_nvic.h |
| AnnaBridge | 171:3a7713b1edbc | 4 | * @brief Contains relocatable exception table. |
| AnnaBridge | 171:3a7713b1edbc | 5 | * @internal |
| AnnaBridge | 171:3a7713b1edbc | 6 | * @author ON Semiconductor. |
| AnnaBridge | 171:3a7713b1edbc | 7 | * $Rev: 0.1 $ |
| AnnaBridge | 171:3a7713b1edbc | 8 | * $Date: 2015-11-06 $ |
| AnnaBridge | 171:3a7713b1edbc | 9 | ****************************************************************************** |
| AnnaBridge | 171:3a7713b1edbc | 10 | * Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”). |
| AnnaBridge | 171:3a7713b1edbc | 11 | * All rights reserved. This software and/or documentation is licensed by ON Semiconductor |
| AnnaBridge | 171:3a7713b1edbc | 12 | * under limited terms and conditions. The terms and conditions pertaining to the software |
| AnnaBridge | 171:3a7713b1edbc | 13 | * and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf |
| AnnaBridge | 171:3a7713b1edbc | 14 | * (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and |
| AnnaBridge | 171:3a7713b1edbc | 15 | * if applicable the software license agreement. Do not use this software and/or |
| AnnaBridge | 171:3a7713b1edbc | 16 | * documentation unless you have carefully read and you agree to the limited terms and |
| AnnaBridge | 171:3a7713b1edbc | 17 | * conditions. By using this software and/or documentation, you agree to the limited |
| AnnaBridge | 171:3a7713b1edbc | 18 | * terms and conditions. |
| AnnaBridge | 171:3a7713b1edbc | 19 | * |
| AnnaBridge | 171:3a7713b1edbc | 20 | * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED |
| AnnaBridge | 171:3a7713b1edbc | 21 | * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF |
| AnnaBridge | 171:3a7713b1edbc | 22 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. |
| AnnaBridge | 171:3a7713b1edbc | 23 | * ON SEMICONDUCTOR SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, |
| AnnaBridge | 171:3a7713b1edbc | 24 | * INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER. |
| AnnaBridge | 171:3a7713b1edbc | 25 | * @endinternal |
| AnnaBridge | 171:3a7713b1edbc | 26 | * |
| AnnaBridge | 171:3a7713b1edbc | 27 | * @ingroup |
| AnnaBridge | 171:3a7713b1edbc | 28 | * |
| AnnaBridge | 171:3a7713b1edbc | 29 | * @details |
| AnnaBridge | 171:3a7713b1edbc | 30 | */ |
| AnnaBridge | 171:3a7713b1edbc | 31 | |
| AnnaBridge | 171:3a7713b1edbc | 32 | #define NVIC_NUM_VECTORS (16 + 20) |
| AnnaBridge | 171:3a7713b1edbc | 33 | #define NVIC_RAM_VECTOR_ADDRESS 0x3FFF4000 // Vectors positioned at start of RAM |


