cmparams: set correct ARM version and number of vectors

This commit is contained in:
Michael Stapelberg 2020-06-11 23:33:50 +02:00
parent 1788a7468c
commit a96c5d87d8
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
/** /**
* @brief Cortex core model. * @brief Cortex core model.
*/ */
#define CORTEX_MODEL 4 #define CORTEX_MODEL 7
/** /**
* @brief Systick unit presence. * @brief Systick unit presence.
@ -58,7 +58,7 @@
* @note This number does not include the 16 system vectors and must be * @note This number does not include the 16 system vectors and must be
* rounded to a multiple of 8. * rounded to a multiple of 8.
*/ */
#define CORTEX_NUM_VECTORS 104 #define CORTEX_NUM_VECTORS 160
/* The following code is not processed when the file is included from an /* The following code is not processed when the file is included from an
asm module.*/ asm module.*/