Edit online

参数配置

5 Dec 2024
Read time: 1 minute(s)

驱动配置

Luban-Lite 根目录下执行 scons --menuconfig,进入 menuconfig 的功能配置界面,按如下选择(配置中只打开了 PSADC5、PSADC6 和 PSADC7,作为示例):
Board options  --->
    [*] Using PSADC
        PSADC options  --->
            obtaning data mode (Polling read mode)  --->
                (X)CPU interrupt mode
                ( )Polling read mode
            [ ] Using PSADC0
            [ ] Using PSADC1
            [ ] Using PSADC2
            [ ] Using PSADC3
            [ ] Using PSADC4
            [*] Using PSADC5
            [*] Using PSADC6
            [*] Using PSADC7
            [ ] Using PSADC8
            [ ] Using PSADC9
            [ ] Using PSADC10
            [ ] Using PSADC11
当使用 RT-Thread 内核的时候,PSADC 驱动需要依赖 RT-Thread 的 ADC 设备驱动框架,也是在 menuconfig 界面中打开:
Rt-Thread options  --->
    RT-Thread Components  --->
        Device Drivers  --->
            [*]  Using ADC device drivers
提示:

为了简化使用,Using PSADCx 会自动打开 RT-Thread 的 ADC 设备驱动框架。