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:
- 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?
- 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.