cmparams: set correct ARM version and number of vectors
This commit is contained in:
parent
1788a7468c
commit
a96c5d87d8
|
@ -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.*/
|
||||||
|
|
Loading…
Reference in New Issue