如何确定使用哪个 SOC 或 SDK 板?
基本上我正在研究一个自动吸尘器的模型。我目前已经做了同样的软件模拟。如何确定使用哪个 SOC 或 SDK 板来进行硬件实现?我的代码大部分是用C写的,这能兼容板卡厂家提供的sdk吗?我如何知道硬件需要什么时钟速度、内存等?
我是一名软件人员,只有有关实际硬件实现的基本知识。具有一些对 8086 进行编程以执行基本任务的经验。
Basically I'm working on a model of an automated vacuum cleaner. I currently have made software simulation of the same. How do I figure out which SOC or SDK board to use for the hardware implementation? My code is mostly written in C. Will this be compatible with the sdk provided by board manufacturers? How do i know what clock speed,memory etc the hardware will need?
I'm a software guy and have only basic knowledge about practical hardware implementations. Have some experience in programming the 8086 to carry out basic tasks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要对应用程序所需的性能进行某种分析。我当然不是这方面的专家,但我想到的问题包括:
后续:
You need to perform some kind of analysis of the required performance of your application. I'm certainly no expert in this, but questions that come to mind include:
Followups: