software interrupts to wake up CPU

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

software interrupts to wake up CPU

1,024 次查看
Kavinravi
Contributor II

I’m using LS1046A for my project. The reference manual says the processor can be wake from PW15 through software interrupts. But, nowhere in the manual or SDK user guide, the software interrupts are explained. After some research, I found that the processor can be wake up through system call (software interrupt).

My questions are:

  1. Is it possible to wake ls1046a from PW15 through system call? If so, could someone please let me know which document should I refer or how to do it?
  2. I was wondering if I could wake the LS1046a from other modes such as LPM20 and PH20 through software interrupts.

 

Thank you for your time.

0 项奖励
回复
1 回复

980 次查看
yipingwang
NXP TechSupport
NXP TechSupport

PH20/PW15/LPM20 is used internally. Linux doesn't support so many status.
Generally speaking, PH20/PW15 is idle status to linux. LPM20 is sleep status to linux.
Enter/Exit PH20/PW15 is done by linux automatically.

Enter LPM20 can be done by: echo mem > /proc/power/state
Exit LPM20 can be done by interrupt.

Document: LSDK release document: Power management user manual
LS1046a Reference manual: Chapter 13
Run Control and Power Management (RCPM)

0 项奖励
回复