mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-08-17 08:42:13 +08:00
update Port/port_x32/Cortex-M/EWARM/port_cmx_iar.s.
Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
This commit is contained in:
@@ -98,7 +98,8 @@ __FIFO1 ldr r1, =mPendSV_FIFO_1
|
||||
; 计数溢出
|
||||
__OVERFLOW1 IF (0) ; 正常情况下计数器难以溢出,默认关闭防护以提高装载效率。
|
||||
ldr r2, [r1]
|
||||
cmp r2, #0x80000000
|
||||
ldr r3, =0x80000000
|
||||
cmp r2, r3
|
||||
bhi __OVER
|
||||
ENDIF
|
||||
; FIFO计数
|
||||
|
||||
Reference in New Issue
Block a user