File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
zh_CN/api-reference/system Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -210,8 +210,8 @@ How the ULP LP core coprocessor is started depends on the wake-up source selecte
210210The ULP has the following wake-up sources:
211211 * :c:macro: `ULP_LP_CORE_WAKEUP_SOURCE_HP_CPU ` - LP core can be woken up by the HP CPU.
212212 * :c:macro: `ULP_LP_CORE_WAKEUP_SOURCE_LP_TIMER ` - LP core can be woken up by the LP timer.
213- * :c:macro: `ULP_LP_CORE_WAKEUP_SOURCE_ETM ` - LP core can be woken up by a ETM event. (Not yet supported)
214- * :c:macro: `ULP_LP_CORE_WAKEUP_SOURCE_LP_IO ` - LP core can be woken up when LP IO level changes. (Not yet supported)
213+ * :c:macro: `ULP_LP_CORE_WAKEUP_SOURCE_ETM ` - LP core can be woken up by an ETM event.
214+ * :c:macro: `ULP_LP_CORE_WAKEUP_SOURCE_LP_IO ` - LP core can be woken up when LP IO level changes.
215215 * :c:macro: `ULP_LP_CORE_WAKEUP_SOURCE_LP_UART ` - LP core can be woken up when LP UART receives wakeup data based on different modes.
216216
217217When the ULP is woken up, it will go through the following steps:
Original file line number Diff line number Diff line change @@ -210,8 +210,8 @@ ULP LP 内核协处理器如何启动取决于 :cpp:type:`ulp_lp_core_cfg_t` 中
210210ULP 有以下唤醒源:
211211 * :c:macro: `ULP_LP_CORE_WAKEUP_SOURCE_HP_CPU ` - LP 内核可以被 HP CPU 唤醒。
212212 * :c:macro: `ULP_LP_CORE_WAKEUP_SOURCE_LP_TIMER ` - LP 内核可以被 LP 定时器唤醒。
213- * :c:macro: `ULP_LP_CORE_WAKEUP_SOURCE_ETM ` - LP 内核可以被 ETM 事件唤醒。(暂不支持)
214- * :c:macro: `ULP_LP_CORE_WAKEUP_SOURCE_LP_IO ` - 当 LP IO 电平变化时,LP 内核会被唤醒。(暂不支持)
213+ * :c:macro: `ULP_LP_CORE_WAKEUP_SOURCE_ETM ` - LP 内核可以被 ETM 事件唤醒。
214+ * :c:macro: `ULP_LP_CORE_WAKEUP_SOURCE_LP_IO ` - 当 LP IO 电平变化时,LP 内核会被唤醒。
215215 * :c:macro: `ULP_LP_CORE_WAKEUP_SOURCE_LP_UART ` - 当 LP UART 在不同模式下接收到唤醒数据时,LP 内核会被唤醒。
216216
217217ULP 被唤醒时会经历以下步骤:
You can’t perform that action at this time.
0 commit comments