工具与软件:
你(们)好
可以识别原始数据、但存在噪声。
以下是基于0v 的原始数据。
下面的代码是否错误? 我想降低噪声。
Write_Cmd_ 8688Register (RST、DD、CHIP_SEL);
Ms_Delay (100);
Write_Cmd_ 8688Register (NO_OP、DD、CHIP_SEL);
Ms_Delay (10);
// Write_Cmd_With_Data_ 8688Register (CONT、0x00、DD、CHIP_SEL);
Write_Cmd_With_Data_ 8688Register (AUTO_SEQ_EN、0xff、DD、CHIP_SEL);
Ms_Delay (10);
// Write_Cmd_With_Data_ 8688Register (FEATURE_SELECT、0x03、DD、CHIP_SEL);
// Ms_Delay (10);
// Write_Cmd_With_Data_ 8688Register (CHn_PWRDN、0x00、DD、CHIP_SEL);
// Ms_Delay (10);
//V8688Register Write_Cmd_With_Data_(FEATURE_SELECT、0x03);
// Ms_Delay (10);
Write_Cmd_With_Data_ 8688Register (CHn_0_RANGE、R5、DD、CHIP_SEL);
Ms_Delay (10);
Write_Cmd_With_Data_ 8688Register (CHn_1_RANGE、R5、DD、CHIP_SEL);
Ms_Delay (10);
Write_Cmd_With_Data_ 8688Register (CHn_2_RANGE、R5、DD、CHIP_SEL);
Ms_Delay (10);
Write_Cmd_With_Data_ 8688Register (CHn_3_RANGE、R5、DD、CHIP_SEL);
Ms_Delay (10);
Write_Cmd_With_Data_ 8688Register (CHn_4_RANGE、R5、DD、CHIP_SEL);
Ms_Delay (10);
Write_Cmd_With_Data_ 8688Register (CHn_5_RANGE、R5、DD、CHIP_SEL);
Ms_Delay (10);
Write_Cmd_With_Data_ 8688Register (CHn_6_RANGE、R5、DD、CHIP_SEL);
Ms_Delay (10);
Write_Cmd_With_Data_ 8688Register (CHn_7_RANGE、R5、DD、CHIP_SEL);
Ms_Delay (10);
//
Write_Cmd_ 8688Register (AUTO_RST、DD、CHIP_SEL);
Ms_Delay (10);
谢谢