mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
Documentation/xtensa: Add SDM docs for esp32[-|-s2|-s3]
Add SDM docs for Xtensa based Espressif devices Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
4b36d69630
commit
9a59cf4004
@@ -931,6 +931,19 @@ You can set an alarm, check its progress and receive a notification after it exp
|
||||
Alarm 0 is active with 10 seconds to expiration
|
||||
nsh> alarm_daemon: alarm 0 received
|
||||
|
||||
sdm
|
||||
---
|
||||
|
||||
This configuration enables the support for the Sigma-Delta Modulation (SDM) driver
|
||||
which can be used for LED dimming, simple dac with help of an low pass filter either
|
||||
active or passive and so on. ESP32 supports 1 group of SDM up to 8 channels with
|
||||
any GPIO up to user. This configuration enables 1 channel of SDM on GPIO5. You can test
|
||||
DAC feature with following command with connecting simple LED on GPIO5
|
||||
|
||||
nsh> dac -d 100 -s 10 test
|
||||
|
||||
After this command you will see LED will light up in different brightness.
|
||||
|
||||
smp
|
||||
---
|
||||
|
||||
|
||||
@@ -430,6 +430,19 @@ You can set an alarm, check its progress and receive a notification after it exp
|
||||
Alarm 0 is active with 10 seconds to expiration
|
||||
nsh> alarm_daemon: alarm 0 received
|
||||
|
||||
sdm
|
||||
---
|
||||
|
||||
This configuration enables the support for the Sigma-Delta Modulation (SDM) driver
|
||||
which can be used for LED dimming, simple dac with help of an low pass filter either
|
||||
active or passive and so on. ESP32-S2 supports 1 group of SDM up to 8 channels with
|
||||
any GPIO up to user. This configuration enables 1 channel of SDM on GPIO5. You can test
|
||||
DAC feature with following command with connecting simple LED on GPIO5
|
||||
|
||||
nsh> dac -d 100 -s 10 test
|
||||
|
||||
After this command you will see LED will light up in different brightness.
|
||||
|
||||
timer
|
||||
-----
|
||||
|
||||
|
||||
@@ -657,6 +657,19 @@ You can set an alarm, check its progress and receive a notification after it exp
|
||||
Alarm 0 is active with 10 seconds to expiration
|
||||
nsh> alarm_daemon: alarm 0 received
|
||||
|
||||
sdm
|
||||
---
|
||||
|
||||
This configuration enables the support for the Sigma-Delta Modulation (SDM) driver
|
||||
which can be used for LED dimming, simple dac with help of an low pass filter either
|
||||
active or passive and so on. ESP32-S3 supports 1 group of SDM up to 8 channels with
|
||||
any GPIO up to user. This configuration enables 1 channel of SDM on GPIO5. You can test
|
||||
DAC feature with following command with connecting simple LED on GPIO5
|
||||
|
||||
nsh> dac -d 100 -s 10 test
|
||||
|
||||
After this command you will see LED will light up in different brightness.
|
||||
|
||||
sdmmc
|
||||
-----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user