完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
嗨,在那里,我有一个产品已经从ARDUNO到嵌入式ATMEGA328 P,到嵌入式MK20DX256芯片与TENYY BooLoad,现在我需要投入生产,并在正确的MCU上寻找建议。我的要求并不特别复杂,但我确实需要一点帮助。这些是我需要的硬件规格:USB接口与Bootloader允许字段更新至少15个数字I/O引脚用于SPI芯片选择,少数按钮EtgdDeice SPI - I目前驱动六个外部SPI设备,包括W5200、OLED字符显示和字符串DAC.3V3操作。N/AMP/OAT至少64KB的程序内存,我想如下:本地Bootloader——没有额外的Bootloader IC!USB接口只用于现场固件更新。基本Web界面的以太网控制器(我一直使用WiZnet W5200到目前为止,将更快地嵌入解决方案)PIC,而不是山姆,因为我将更快地在OSX上编码,这意味着MPLAB,而不是Atmel Studio。参考示意图。我知道这是作弊,但这是我如何到达我所在的地方。我需要知道哪些模糊的别针需要高,才能使它工作,你知道吗?到目前为止,我还没有在文献中找到参考图表。这些藏匿在哪里?有人能帮我指出正确的方向吗?多谢提前…
以上来自于百度翻译 以下为原文 Hi there, I've got a product that has evolved from Arduino to embedded Atmega328P's, to embedded MK20DX256 chips with Teensy bootloaders, and I now need to take into production and am looking for advice on the correct MCU. My requirements are not particularly complex, but I do need a little help. These are the hardware specs I require:
Many thanks in advance.. |
|
相关推荐
9个回答
|
|
我的要求不是特别复杂吗?USB和以太网,你可能在看PIC32 MX甚至MZ。(PIC24可能是)尝试一个EVE板作为参考。64 K在一个32位的芯片与USB和Web服务器?你需要的不止这些。
以上来自于百度翻译 以下为原文 My requirements are not particularly complex? USB and Ethernet you are probably looking at a PIC32 MX or even an MZ. (A PIC24 may be possible) Try one of the EVal boards as a reference. 64K on a 32 bit Chip With USB and a Web server? you will need more than that. |
|
|
|
大多数内置在USB模块中的图片将符合您的强制性要求。此外,他们将有外围模块,可以取代一些(可能是最)的外部SPI设备。在“我想”一节,以太网当然会使所有其他东西相形见绌。因此,如果你想要以太网,从以太网开始你的选择过程——你也需要外部PHY、磁力等。
以上来自于百度翻译 以下为原文 Most of the PICs with built-in USB modules will fit your Mandatory requirements. Moreover, they will have peripheral modules which may be able to replace some (may be even the most) of your external SPI devices. In the "I'd like" section, Ethernet certainly dwarfs everything else. Thus if you want Ethernet, start your selection process from the Ethernet - you'll also need external PHY, Magnetics etc. |
|
|
|
朋友们,非常感谢。这是有帮助的。是的,我注意到以太网的需求推动了这种方式。实际上,我用当前原型(围绕MK20DX256构建)压缩64K的程序内存。Web服务器只发布在网站上由JQuery和Ajax处理的冒号分隔的字符串——我实际上不在设备本身上托管站点。想法。我去看看那些图表。我们已经使用了一个外部的PHY(W5200)和磁学,如果需要的话,它可以一直保持下去。我们必须看看这个库是否仍然会玩得很好。谢谢,我现在已经有了一个起点,我将进入EVAL。电路板图,看我着陆的地方。
以上来自于百度翻译 以下为原文 Friends, thanks so much. This is helpful. Yeah I noticed the Ethernet requirement pushing things that way. I actually do squeeze in under 64K of program memory with the current prototype (built around a MK20DX256) - the web server just publishes colon delimited strings which are handled by jQuery & AJAX on the website - I don't actually host a site on the device itself. The eval board is an excellent idea. I'll go check out the schematics for those. We're already using an external PHY (W5200) and magnetics and could stay with that if necessary - will have to see if the library will still play nice. Thanks all, I've got a starting point now, I'll get into the eval. board schematics and see where I land. |
|
|
|
不要忘记考虑音量。如果你想做一对夫妇,我不会节省程序内存,几天的工作来压缩64K的所有东西都不值得你攒几分钱,但这是一个不同的故事,一个K的音量。
以上来自于百度翻译 以下为原文 Don't forget to think about the volume. If you want to make a couple I wouldn't save on program memory, a couple of days work to squeeze everything in 64k would not worth the couple of cents you save, but that's a different story with a volume of a couple of K |
|
|
|
|
|
|
|
哈哈。孩子们定义的复杂性与我们有些不同。
以上来自于百度翻译 以下为原文 Haha. The kids define complexity somewhat differently than we do. |
|
|
|
HiHaha。孩子们定义的复杂性和我们的不同,用乐高之类的程序块来编程是很容易做到的。一切都那么简单。;)
以上来自于百度翻译 以下为原文 Hi Haha. The kids define complexity somewhat differently than we do. Programming with LEGO like building block tends to do that. Everything is so simple. ;) |
|
|
|
哈哈。孩子们定义的复杂性和我们的不同,用乐高之类的程序块来编程是很容易做到的。一切都那么简单。现在有一个几乎任何东西的芯片和示意捕捉软件使它容易在各地运行电线。这让一切看起来都很简单。
以上来自于百度翻译 以下为原文 Haha. The kids define complexity somewhat differently than we do. Programming with LEGO like building block tends to do that. Everything is so simple. ;) Nowadays there is a chip for just about anything and schematic capture software makes it easy to run wires all over the place. It makes everything look deceptively simple. |
|
|
|
顺便说一下,如果您决定继续使用WiZNET,请删除W5200,使用W5500。相信我。
以上来自于百度翻译 以下为原文 Btw, if you decide to continue with wiznet, drop the W5200, take the W5500. Trust me. |
|
|
|
只有小组成员才能发言,加入小组>>
5212 浏览 9 评论
2020 浏览 8 评论
1944 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3193 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2246 浏览 5 评论
764浏览 1评论
650浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
571浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
662浏览 0评论
559浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-13 01:45 , Processed in 1.605901 second(s), Total 94, Slave 77 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号