CC1354R10低功耗代码,SDK的示例代码有shutdown方式进入的,但没有RTC方式的;
RTC如何进入低功耗,进入前是否需要deinit外设?如何唤醒,唤醒后是否需要重新初始化外设?
请帮忙提供相关的示例,谢谢。
Hi
Our power driver is already taking care of all of that you describe.
The empty example: empty.c
Shows the device sleeping for one second, and waking up using the RTC.
This seems to be acceptable. 10Ω and 200pF is your common-mode filter and the cutoff frequency is used to filter out the potential EMI noise.
The differential filter is 20Ω and 50pF, which is trying to filter out the remaining differential noises in EMI. Both filters are not directly related to audio input signals, and the audio input impedance should remain balance up to 20kHz.
The empty example will go into standby mode, as long as there is not debug session running.
How are you measuring the current consumption?