Suspend mode in SDK

  • Hello,
    Since Rockchip has not yet provided us with documentation regarding sleep and wake-up, we have not developed this feature for now. The Rockchip sleep and wake-up documentation indicates that the configuration methods differ across platforms. However, since RK3576 and Luckfox Lyra, which uses RK3506, share many common frameworks and drivers, we can make the following assumptions based on the RK3576 documentation:
    1 Rockchip's current sleep solutions all support CAN bus as a wake-up source, so it is highly likely that RK3506 does not support it either.
    2 Most of Rockchip’s sleep and wake-up solutions transmit interrupts to the PMU state machine. It is highly likely that RK3506 can also transmit specific pin interrupts to achieve sleep or wake-up through a designated GPIO.
    3 This has not been tested in practice, so we cannot confirm the answer.