.Net MicroFramework 与定制 ARM 板

发布于 2024-11-28 09:41:19 字数 181 浏览 0 评论 0原文

我是否可以将 .Net Micro Framework 与自定义 ARM9 或 ARM7 板一起使用,而不使用任何显示设备或输入设备? 我想购买一个 ARM9 IC 并制作自己的板来仅控制伺服电机(例如),而不需要任何其他东西...... 是否可以使用.Net Micro Framework对其进行编程?并手动控制输出端口?

谢谢

Is it possible that I use .Net Micro Framework with a custom ARM9 or ARM7 board, and without any display device or input device?
I want to buy a ARM9 IC and make my own board to just controlling a servo motor (for example) without anything else...
Is it possible to program it with .Net Micro Framework? and control output port manually?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

醉生梦死 2024-12-05 09:41:20

是的,可以使用 ARM9 或 ARM7 微控制器创建自定义板并使用 .NET Micro Framework。我建议选择与支持的微控制器精确匹配的型号。如果您没有获得完全匹配,您可能需要使用 MicroFramework 移植套件并编写驱动程序或修改 C(而不是 C#)代码以支持任何差异。

例如,您的任务相当简单,因此我建议从 http://www.sparkfun.com/categories/ 开始184 找到一个支持您需要的板,然后基于其中一个芯片制作您自己的板,然后只需使用通常免费提供的可用固件(在走得太远之前确认)。

确实,除非您计划生产 100 个您的想法,否则我会考虑以 30 至 65 美元的价格购买一块板。快速浏览一下 www.mouser.com,就会发现 Netduino 微控制器的单件售价为 20 美元。

Yes it is possible to create a custom board with an ARM9 or ARM7 microcontroller and use the .NET Micro Framework. I suggest choosing an exact model match to a supported MicroController. If you don't get an exact match you may need to use the MicroFramework Porting kit and write drivers or modify code in C (not C#) to support any differences.

For example your task is fairly straight forward so I suggest starting at http://www.sparkfun.com/categories/184 Find a board that supports what you need then make your own board based on one of these chips, then just use the available firmware which is generally available for free (confirm before getting too far).

Really unless you are planning to manufacture 100 of your idea, I would consider buying a board for $30 to $65. A quick glance at www.mouser.com showed the Netduino MicroController to be $20 in single unit quantities.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文