海思平台i2c_read命令的简单使用

海思平台i2c_read命令的简单使用 赵肖 2023-10-19 17:56:50 1268

【海思】通过I2C读取IMX334寄存器的值

摘要:本文是在海思平台上,通过 i2c_read 命令来读取 imx334 寄存器的值,通过和代码设置的寄存器的值来进行比较,根据读到的值和设置的值是否一致,从而来判断设置的是否正确,寄存器是否生效。

已知:imx334 的 I2C 地址是0x34

查看 i2c_read 用法

~ # i2c_read
*** Board tools : ver0.0.1_20121120 ***
[debug]: {source/utils/cmdshell.c:168}cmdstr:i2c_read
usage: i2c_read <i2c_num> <dev_addr> <reg_addr> <reg_addr_end><reg_width> <data_width> <reg_step>. sample:
                0x1 0x56 0x0 0x10 2 2.
                0x1 0x56 0x0 0x10 2 2 2.
                0x1 0x56 0x0 0x10. default reg_width, data_width, reg_step is 1.

do errro
[END]
~ #

设置寄存器值的代码片段:

void imx334_linear_8M30_12bit_init(VI_PIPE ViPipe)
{
    imx334_write_register(ViPipe, 0x3000, 0x01); //standby
    imx334_write_register(ViPipe, 0x3001, 0x00);
    imx334_write_register(ViPipe, 0x3002, 0x01);
    imx334_write_register(ViPipe, 0x3003, 0x00);
    imx334_write_register(ViPipe, 0x300C, 0x3B);
    imx334_write_register(ViPipe, 0x300D, 0x2A);
    imx334_write_register(ViPipe, 0x3018, 0x00);
    imx334_write_register(ViPipe, 0x302C, 0x30);
    imx334_write_register(ViPipe, 0x302D, 0x00);
    imx334_write_register(ViPipe, 0x302E, 0x18);
    imx334_write_register(ViPipe, 0x302F, 0x0F);
    imx334_write_register(ViPipe, 0x3030, 0xCA);
    imx334_write_register(ViPipe, 0x3031, 0x08);
    imx334_write_register(ViPipe, 0x3032, 0x00);
    imx334_write_register(ViPipe, 0x3033, 0x00);
    imx334_write_register(ViPipe, 0x3034, 0x4C);
    imx334_write_register(ViPipe, 0x3035, 0x04);
    imx334_write_register(ViPipe, 0x304C, 0x14);
 ...
    imx334_write_register(ViPipe, 0x3000, 0x00); //Standby Cancel
    delay_ms(18);
    imx334_write_register(ViPipe, 0x3002, 0x00);
    //delay_ms(320);  //wait for image stablization

    printf("===Imx334 8M30fps 12bit LINE Init OK!===\n");
    return;
}

此处通过读取寄存器 0x3000 和寄存器 0x300C 的值来简单验证一下

读寄存器 0x3000 的值:

~ # i2c_read 0x0 0x34 0x3000 0x3000 2 1 1
*** Board tools : ver0.0.1_20121120 ***
[debug]: {source/utils/cmdshell.c:168}cmdstr:i2c_read
i2c_num:0x0, dev_addr:0x34; reg_addr:0x3000; reg_addr_end:0x3000;                       reg_width: 2; data_width: 1; reg_step: 1.

0x3000: 0x0
[END]
~ #

读寄存器 0x300C 的值:

~ # i2c_read 0x0 0x34 0x300c 0x300c 2 1 1
*** Board tools : ver0.0.1_20121120 ***
[debug]: {source/utils/cmdshell.c:168}cmdstr:i2c_read
i2c_num:0x0, dev_addr:0x34; reg_addr:0x300c; reg_addr_end:0x300c;                       reg_width: 2; data_width: 1; reg_step: 1.

0x300c: 0x3b
[END]
~ #

由上可见:通过代码设置下去的给寄存器的值能正确读取,是有效的。

声明:本文内容由易百纳平台入驻作者撰写,文章观点仅代表作者本人,不代表易百纳立场。如有内容侵权或者其他问题,请联系本站进行删除。
赵肖
红包 6 2 评论 打赏
评论
1个
内容存在敏感词
手气红包
  • xl 2024-09-14 13:58:58
    回复
    我用的是HI3519dv500的I2C4,连接你的这个摄像头,但是现在报错,设备连接不上,能否请教一下啊
相关专栏
置顶时间设置
结束时间
删除原因
  • 广告/SPAM
  • 恶意灌水
  • 违规内容
  • 文不对题
  • 重复发帖
打赏作者
易百纳技术社区
赵肖
您的支持将鼓励我继续创作!
打赏金额:
¥1易百纳技术社区
¥5易百纳技术社区
¥10易百纳技术社区
¥50易百纳技术社区
¥100易百纳技术社区
支付方式:
微信支付
支付宝支付
易百纳技术社区微信支付
易百纳技术社区
打赏成功!

感谢您的打赏,如若您也想被打赏,可前往 发表专栏 哦~

举报反馈

举报类型

  • 内容涉黄/赌/毒
  • 内容侵权/抄袭
  • 政治相关
  • 涉嫌广告
  • 侮辱谩骂
  • 其他

详细说明

审核成功

发布时间设置
发布时间:
是否关联周任务-专栏模块

审核失败

失败原因
备注
拼手气红包 红包规则
祝福语
恭喜发财,大吉大利!
红包金额
红包最小金额不能低于5元
红包数量
红包数量范围10~50个
余额支付
当前余额:
可前往问答、专栏板块获取收益 去获取
取 消 确 定

小包子的红包

恭喜发财,大吉大利

已领取20/40,共1.6元 红包规则

    易百纳技术社区