Description: Port NUCLEO-F767ZI as an example.
Reviewed-by: likailong Change-Id: I13482a4d1933de607c4782f71cf285c6602ee1db
This commit is contained in:
@@ -225,7 +225,7 @@ HalExcUsageFault:
|
||||
LDR R0, =OS_NVIC_FSR
|
||||
LDR R0, [R0]
|
||||
|
||||
MOV R1, #0x030F
|
||||
MOVW R1, #0x030F
|
||||
LSL R1, R1, #16
|
||||
AND R0, R0, R1
|
||||
MOV R12, #0
|
||||
|
||||
@@ -35,8 +35,6 @@
|
||||
#include "los_debug.h"
|
||||
#include "los_task.h"
|
||||
|
||||
#include "stm32f7xx_it.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user