工具/软件:
尊敬的专家:
我正在调试 DSS 模块的 DSI 输出。
完整的图为 Capture Node -> Display_M2M Node -> Display Node。
当图形运行时、帧速率约为 25fps。
但是、实际测量 D-PHY 输出时、根本没有数据。时钟通道和数据通道上没有波形。
我在 app_cfg_mcu2_0.h 文件中成功启用了 DSI 并禁用了 EDP 和 HDMI。
#define ENABLE_CSI2RX #undef ENABLE_CSI2TX /* IMPORANT NOTE: * - Only one of ENABLE_DSS_SINGLE or ENABLE_DSS_DUAL should be defined * - When ENABLE_DSS_SINGLE is defined, only one of ENABLE_DSS_HDMI or ENABLE_DSS_EDP should be defined * - When ENABLE_DSS_DUAL is defined, ENABLE_DSS_HDMI and ENABLE_DSS_EDP are not used, both EDP and HDMI are enabled unconditionally */ #define ENABLE_DSS_SINGLE #undef ENABLE_DSS_DUAL /* define below to enable eDP display, make sure to undef ENABLE_DSS_HDMI & ENABLE_DSS_DSI as well */ #undef ENABLE_DSS_EDP /* define below to enable HDMI display, make sure to undef ENABLE_DSS_EDP & ENABLE_DSS_DSI as well */ #undef ENABLE_DSS_HDMI /* define below to enable DSI display, make sure to undef ENABLE_DSS_HDMI & ENABLE_DSS_EDP as well */ #define ENABLE_DSS_DSI #define ENABLE_I2C #define ENABLE_BOARD
您能帮我检查一下是否需要修改任何其他代码吗?
谢谢!