• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

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

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • 全部板块
    • 全部板块
大家还在搜
  • 什么是嵌入式实时操作系统ARTs-OS?

    什么是嵌入式实时操作系统ARTs-OS?有什么特点?

    2019-08-12 08:09

  • 基于微内核的嵌入式实时操作系统

    ARTs-OS是一个基于微内核的嵌入式实时操作系统。ARTs-OS中的中断管理应该提供的基本功能包括:管理中断处理设备、中断服务例程的管理、中断嵌套的管理、中断栈的维护、线程/进程切换时的现场保护

    2019-07-26 07:19

  • 如何使用相关技术测量相位差?

    如何使用相关技术测量相位差?

    2021-05-07 06:34

  • Uart / Usart:仅使用Rx-pin

    我正在设计一个带有stm32f722 MCU(64引脚版本)的电路板,我不能浪费/不使用任何GPIO。我的问题是:是否可以选择仅使用uart / usart的Rx引脚,以便Tx引脚可以用于其他东西(在我的情况下是SPI_SCK)?如果我在STM32CubeMx中启用uart / usart并转到“配置”选项卡,我可以将“数据方向”更改为“仅接收”。但这并不能禁用Tx引脚。另一种方法可能是使用半双工模式,但无论如何都会使用Tx引脚,我无法将其用于SPI。我仍在计划自己的主板,没有任何硬件可供测试。

    2018-09-19 14:27

  • 怎么在VEE中进行VEE编程

    , psychology and (god forbid) liberal arts, not computer science. VEE is most emphatically not object oriented.

    2019-10-18 14:06

  • 实现用于专业视频的JPEG 2000网络,看完你就懂了

    实现用于专业视频的JPEG 2000网络,看完你就懂了

    2021-05-21 06:04

  • 代码构建成功但不起作用

    你好,我正在做一个我想使用16x2液晶显示器的项目。我在网上找到了一些代码,并改变了PIC18F25K40微控制器(可能是坏的)。MyPLAB IPE V4.10将十六进制写入微控制器,但在液晶显示器上什么也没有发生。我把所有东西都放在一个电路板上,我刚刚创建了一个Proteus项目,向您展示它是如何连接的。我使用的是XC8 V1.45编译器。我想请你帮我找出我做错了什么。一切都在附件里。谢谢! 以上来自于百度翻译 以下为原文 Hello,I'm woking on a project where I want to use 16x2 LCD. I found some codes on internet and changed it (maybe badly) for PIC18F25K40 microcontroller. The MPLAB IPE v4.10 writes the hex to the microcontroller, but nothing happens wtih the LCD. I have everything on a breadboard, I just created a Proteus project to show you how it is circa connected. I'm using XC8 V1.45 Compiler. I want to ask you to help me find what I am doing wrong. Everything is in the attachment.Thank You! Attachment(s)lcd.X.zip (332.97 KB) - downloaded 28 times

    2018-11-06 14:37

  • 如何维护网络节点状态

    你好,我有一个客户端 - 服务器应用程序,它由一个中央/服务器FPGA板和FPGA板的节点/客户端网络组成。这是一个计算应用程序。每个电路板都分配一个从1到n的数字(N可以在未来从3个初始变为20个)。中央板必须向所有电路板发送消息,告诉它们开始执行计算,然后必须等待所有电路板报告它们完成了计算。多个板应该能够并行/同时向服务器报告。有人能告诉我如何在主板上实现它?我应该使用数组来维持状态(发送-1,0-未发送)?我是否需要一台高端主板(约10,000美元)用于服务器,还是可以使用低成本主板?建议是什么?非常感谢你。问候,缺口以上来自于谷歌翻译以下为原文Hi there, I have a client-server application that is made up of one central/server FPGA board and a network of nodes/clients of FPGA boards. It is a computational application. Each board is assigned a number from 1 to n (N can vary from 3 initial to 20 in the future). The central board must send a message to all the boards to tell them to start performing computations and then must wait for all the boards to report that they finished the computations. Multiple boards should be able to report to the server in parallel/concurrently. Can someone tell me how can I implement that in the main board? Should I use an array to maintain the state (sent-1, 0- not sent)? Do I need a high-end board (~ $10,000) for the server or can I get away with a low-cost board? What is the recommendation? Thank you very much. Regards,Nick

    2019-01-29 06:17