博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
display work need to do at initial stage in a project
阅读量:4180 次
发布时间:2019-05-26

本文共 897 字,大约阅读时间需要 2 分钟。

1:  hw spec

2: power on/off sequence 

    or  programming guide

3: reference board 's display' spec and code (as a reference: eg : in beech, reference 's board use mipi-dsi interface,     Our project still use mipi-dsi interface)

4: find the difference between the reference board and yourself own project

5: power consumption 

    the time that power off-> on needs

   determine which mode to use , sleep in/out or power on/off, according to these 2 factors

for schemetic preparation work:

1.      If there’s test point for peripheral interfaces,e.g. I2C , MIPI DSI, MIPI CSI,  I2S, SPI, SDIO

2.      If there’s test point for peripheral power supplier, clock

3.      If any specific test point for H/W component needed

4.      Pin connections according to IC datasheet (For components that is different from reference board)

5.      If any pin connection changes against reference board)(For components that is the same as reference board))

转载地址:http://nphai.baihongyu.com/

你可能感兴趣的文章
Linux性能优化
查看>>
进程间的通信---UNIX高级环境编程
查看>>
基于SSH开发的城市公交管理系统 JAVA MySQL
查看>>
基于SSH开发的勤工助学管理系统 JAVA MySQL
查看>>
基于SSH开发的宠物销售商城系统 JAVA MySQL
查看>>
基于springboot的宠物领养管理系统 java
查看>>
JAVA 洗衣房管理系统 宿舍洗衣机管理系统
查看>>
基于SSM的街道办安全管理系统 JAVA
查看>>
基于SSM的论文选题管理系统 JAVA
查看>>
生成器模式
查看>>
工厂方法模式
查看>>
阿里规范(一)关于CountDownLatch和ThreadLocalRandom的详解(带测试代码)
查看>>
Mysql 函数 STR_TO_DATE
查看>>
Commons CLI 使用介绍
查看>>
Mybatis 缓存实现原理——案例实践
查看>>
Mybatis 缓存实现原理
查看>>
怎么提升SQL查询效率
查看>>
预编译防止sql注入
查看>>
覆盖equals方法时总是要覆盖hashCode
查看>>
clone详解
查看>>