在除錯休眠時候,出現這麼乙個現象
raiseexception: thread=83cd0000 proc=8164c3c0 'device.exe'
aky=00000005 pc=03fa7434(coredll.dll+0x00037434) ra=80280390(nk.exe+0x00080390) bva=00000001 fsr=00000001
exception 'raiseexception' thread=83cd0000 aky=00000005 pc=00000065 bva=00000001
r0=802658e4 r1=00000000 r2=00002774 r3=00730020
r4=007a0069 r5=60000093 r6=0000000a r7=00000000
r8=00000003 r9=8161f168 r10=816063e8 r11=8161f080
r12=b0d00000 sp=b1600000 lr=b0a00000 psr=60000090
halting system
原因在於:在系統中kitl核心除錯沒有驅動,而卻核心卻去呼叫這個驅動,試圖把他的電源關閉,從而導致錯誤。如果沒有kitl功能支援,那麼直接在pb的setting中把enable kitl這個選項去掉,這樣就不會出現這個錯誤了。
Python Sleep休眠函式
python 程式設計中使用 time 模組可以讓程式休眠,具體方法是time.sleep 秒數 其中 秒數 以秒為單位,可以是小數,0.1秒則代表休眠100毫秒。coding utf 8 import time import sys 解決中文轉碼 reload sys sys.setdefault...
休眠函式與訊號對映函式
下面 3 個函式可以使程序休眠指定的時間 會有所延遲 include unsigned int sleep unsigned int second 返回值 0 或未休眠完的秒數 include int nanosleep const struct timespec reqtp,struct time...
log出bug時列印
local function printcallstack local startlevel 2 0表示getinfo本身,1表示呼叫getinfo的函式 printcallstack 2表示呼叫printcallstack的函式,可以想象乙個getinfo 0級 在頂的棧.local maxlev...