版上各位好
最近學習開發Mboard中遇到問題QQ
在RTC wake up 流程我的理解是:
1.register 70h/71h, input/output
2.Seconds (00h), Minutes (02h), and Hours (04h) 設定時間
3.Second Alarms (01h), Minutes Alarm (03h) and Hours (05h)設定alarm的時間
4.register B(0Bh) bit 5, AIE, 設 1 = enabled
5.PM1 bit 10, RTC_STS, set 1
6.PM1 bit 26, RTC_EN, set 1
請問這個流程有漏掉什麼地方嗎?
5,6設定成1除了enable還有別的原因嗎?
PMC I/O Based Registers具體位子是在哪?
我翻spec 認為最相近的是ACPI Control Register (B0:D31:F2 offset 44h)
請問理解有誤嗎? 還是其實他們是不同東西?
我搜過很多中文英文的資料了無奈混淆太多Arduino的資訊
先謝謝指教