• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
返回

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • 全部板块
    • 全部板块
大家还在搜
  • 求教 51串口初始化和lcd1206初始化调用时lcd初始化不执行的问题

    #includetypedef unsigned int u16;***it rw=P1^1;***it dula=P2^6;#define DATA P0void send(u8 cmk)SBUF

    2020-11-15 21:14

  • OS04A10 MIPI接口24Pin摄像头如何调节曝光增益等参数?

    //os04a10_CMK-OT1607-FV1_M12-40IRC-4MP-F16.xml and bin[20:34:28.399049][XCORE]:XCAM ERROR RkAiqCalibDb.cpp:804

    2023-03-13 11:32

  • RV1126双摄像头读取Sensor ID失败请问需要改什么地方呢

    ;CMK-OT1607-FV1";rockchip,camera-module-lens-name = "M12-40IRC-4MP-F16";ir-cut = <&amp

    2022-08-23 16:39

  • 在Debian系统怎么设置mipi接口camera和并口接口的camera呢

    在Debian系统怎么设置mipi接口camera和并口接口的camera呢?如何去实现呢?

    2022-03-07 06:53

  • UART没有传输

    在UART示例项目之后,我一直试图在从PSoC 5LP迁移项目后获得UPST在PSoC 6上的工作。下面是我必须初始化和启动UART的代码:黄花菜;*启动UART操作。*/InItStay= CysScBuUARTHITIIT(UARTHYHW,和UARTHI CONFIG,和UARTHI上下文);如果(处于)状态!CycScBuUARTION成功{手把手();}CycScBuUARTHI启用(UARTHYHW);UARTHART START();//发送消息以验证COM端口是否正确连接CysScBuUARTI PoStand(UARTHYHW,COM端口Open\r\n);CysScBuUARTI PuxStand(UARTHYHW,“按H或H为帮助\r\n”);在我的初始化语句中有什么错误吗?当我对设备进行编程并将端口连接到一个终端时,它不会打印出“COM端口打开”或“按下H或H以寻求帮助”。 以上来自于百度翻译 以下为原文Following the UART example project, I have been trying to get the UART working on the PSOC 6, after migrating a project from the PSOC 5lp. Below is the code I have to initialize and start the UART: cy_en_scb_uart_status_t init_status; /* Start UART operation. */ init_status = Cy_SCB_UART_Init(UART_HW, &UART_config, &UART_context); if(init_status!=CY_SCB_UART_SUCCESS) {handle_error(); } Cy_SCB_UART_Enable(UART_HW); UART_Start(); // Send message to verify COM port is connected properly Cy_SCB_UART_PutString(UART_HW, "COM Port Open\r\n"); Cy_SCB_UART_PutString(UART_HW, "Press H or h for help\r\n"); Is there something wrong within my initialization statement? When I program the device and have the port connected to a terminal, it does not print out "COM Port Open" or "Press H or h for help".

    2018-09-29 16:00

  • 如何去使用Kinetis芯片的BootLoader功能呢

    KinetisFlash工具的优点有哪些?如何去使用Kinetis芯片的BootLoader功能呢?

    2021-10-19 08:18

  • RK3568 Camera怎么使用?

    RK3568 Camera怎么使用?

    2022-03-02 10:35

  • RK3568 Sensor驱动开发移植过程是怎样的?

    RK3568 Sensor驱动开发移植过程是怎样的?

    2022-03-02 08:41

  • RK3399 Camera的驱动框架是由哪些部分组成的

    MIPI有何作用?Camera的驱动框架是由哪些部分组成的?

    2022-03-08 07:06

  • RK3399如何调试camera?

    RK3399如何调试camera?

    2022-03-04 07:21