We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53a7f64 + 9575bbc commit ca3e8dcCopy full SHA for ca3e8dc
1 file changed
src/boot_arm.c
@@ -326,10 +326,12 @@ void isr_empty(void)
326
* - Call the application entry point
327
*
328
*/
329
-#define VTOR (*(volatile uint32_t *)(0xE000ED08))
330
331
#ifdef TZEN
332
#include "hal.h"
+#define VTOR (*(volatile uint32_t *)(0xE002ED08))
333
+#else
334
+#define VTOR (*(volatile uint32_t *)(0xE000ED08))
335
#endif
336
337
0 commit comments