1
完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,大家好,
我知道以太网组件的需求非常高。PSoC是这样一个伟大的芯片,它确实认为没有好的以太网解决方案。我看到这个问题在这里和PSoDeCube论坛多次出现。 是的,我们可以使用XPATH、Wiznet或任何其他模块。然而,大多数这些解决方案变得非常昂贵,如果你说的数量。 由于许多ARM控制器制造商在他们的控制器中也有以太网,所以有一个用于PSoC的以太网组件是很棒的。 我已经使用WiZnet用于我的一些项目,但是我的以太网知识并没有那么深入。我期待端口之一的开源TCP/IP栈,如UIP或LWIP。我想这不会那么困难,因为已经有很多UIP端口已经成功地完成了。 我想在讨论移植UIP,LWIP或其他任何方面… 哪一个堆栈最适合PSOC3/5?在GCC或KEIL上还有端口吗?我们可以使用像SoeSoFiver这样的存储库吗?你愿意为这样的发展做出贡献吗?我们可以使用PSoC的硬件块来实现MAC/PHY吗?还是我们仍然需要使用外部? 好了,伙计们,让我们为PSoC干杯! 当做, 罗尔夫 以上来自于百度翻译 以下为原文 Hi All, I know the demand for an ethernet component is really high. PSoC is such a great chip and it really s*cks that there's no good ethernet solution for it. I see this question coming up here and on the PSoCdeveloper forum many times. Yes, we can use Xport, Wiznet or any additional module. However most of these solutions gets quite expensive if you are speaking about quantities. As many ARM controller manufacturers also have ethernet inside their controllers, it would be great to have an Ethernet Component for PSoC. I've used Wiznet for some of my projects but my ethernet knowledge not really goes that deep. I am looking to port one of the open source TCP/IP stacks like uIP or lwIP. I guess it will not be that hard as there are many uIP ports already successfully done. I'd like to make a start in discussing porting uIP, lwIP or any other....
Okay guys, let's get this sucker done for PSoC! Regards, Rolf |
|
相关推荐
32个回答
|
|
@人细胞…是的,我上传了很多PSoC 5,它们都工作了(主要是我使用UDP进行一些远程数据采集到使用以太网的笔记本电脑)。
以上来自于百度翻译 以下为原文 @Humancell... yes i uploaded it many a PSoC 5 and they all worked (mainly i used UDP for some remote data acquisition to a Laptop using ethernet). |
|
|
|
你好。我使用了这里提到的KMMACAD项目。我想警告您:我错误地使用了另一个项目,其中使用MISO作为强大的驱动器输出。我连接了这个设备:HTTP://DX.COM/P/Enc8J60-EnETNET-LAN-NETWORK-MODE-FE-51-AVR STM32-LPC-150 604设备被销毁:Enc8J60的烧毁输出6。小心,不要重复我的错误。Evgeniy。
以上来自于百度翻译 以下为原文 Hi. I use the project kmmancad which is here mentioned. http://kmmankad.blogspot.ru/2012_06_01_archive.html I want to warn you: I mistakenly used another project, in which contact MISO was used as a Strong Drive output. I connected this device: http://dx.com/p/enc28j60-ethernet-lan-network-module-for-51-avr-stm32-lpc-150604 The device was destroyed: burned output 6 of ENC28J60. Be careful, do not repeat my mistakes. Evgeniy. |
|
|
|
已经有一个ENC28J60端口的PSoC3可用:https://github.com/kmmankad/enc28j60-psoc3
我想这将是很难实现的MAC里面的PSoC,至于PHY -这将是更有趣的 以上来自于百度翻译 以下为原文 There is already a ENC28J60 port to the PSoC3 available: https://github.com/kmmankad/ENC28J60-PSoC3 I guess it will be rather hard to implement the MAC inside of the PSoC, and as for the PHY - this will be even more interesting |
|
|
|
感谢HLI,从来不知道已经有PSOC3端口!
它似乎是基于Duncan Frost的免费IP栈。这个堆栈不是完全免费的,但我认为这是一个很好的开始。根据CC许可证,我们可以使用KMMANKAD工作的商业项目,所以一切看起来很好! 也许,我将为明年年初的项目做贡献,因为我需要一个PSoC5以太网解决方案。 谢谢指点! 当做, 罗尔夫 以上来自于百度翻译 以下为原文 Thanks hli, never knew there's already an PSoC3 port! It seems that it is based on the free IP stack of Duncan Frost. This stack is not completely bug free, but I think it's a good place to start. According to the CC license, we can use work of kmmankad for commercial projects, so it all looks very good! Probably, I will contribute to the project beginning of next year as I need a PSoC5 ethernet solution. Thanks for pointing out! Regards, Rolf |
|
|
|
很高兴知道我的TCP/IP栈真的对你们有帮助。
我放弃了积极发展的原因是现在有更便宜、更高效的以太网解决方案。我计划从TI开始使用cc3000 WiFi芯片,但没能这样做。 以上来自于百度翻译 以下为原文 Great to know that my TCP/IP stack is really helping you guys. The reason I abandoned active development is that there are far cheaper and more efficient ethernet solutions out there now.I had planned to start working with the CC3000 Wifi chip from TI,but havent got around to doing so. |
|
|
|
“AAST-谢谢你的提示:-”并且不能等待SATS的以太网组件(如果只是现在,我的工作可以轻松多了)
“帕夫洛文-非常感谢!我使用的代码来自同一个GITHUB U指向,但我找不到指令链接。我是多么愚蠢…KMMunkad只在阅读自述的博客上链接了…我没能通知它。谢谢你指出:-让我现在试着做得更好 以上来自于百度翻译 以下为原文 @ avast - Thank you for the tip :-) and couldn't wait for the Ethernet component from sath (if only it was out by now, my job could me much easier) @ pavloven - Thanks a LOT! I was using the code from the same github u pointed to but i couldnt find the instructions link. How silly i am... kmmankad had given the link to the blogspot in readme only... i failed to notifce it. Thanks for pointing out :-) Let me try better now |
|
|
|
你好,
我们正在研究一个原型PSoC 5基于以太网的解决方案,实现10个BaseMac + PHY内部PSoC。以下是支持的特性 IEEE 802.3AZ遵从10 Base/10 BaseT的集成MAC+PHY全双工模式仅寻址模式-单播、多播、广播独立的DMAX通道用于RX&AMX;可配置RX&TXFIFO PHY链路活动LED使用4 GPIOS和磁软件支持- LwIP将以上功能为大家工作吗? 寻找特征集上的反馈。 萨蒂亚 以上来自于百度翻译 以下为原文 Hello, We are working on a prototype PSoC 5 based Ethernet solution that implements 10-BaseT MAC + PHY inside PSoC. Following are the features supported -
Looking for feedback on the feature set. Sathya |
|
|
|
HSHToby 发表于 2019-2-20 19:31 嗨,我在为我工作。在这方面有任何进展 以上来自于百度翻译 以下为原文 Hi, I'm working on me. Is there any developments in this regard |
|
|
|
KMMunkad -简单的伟大工作…这有助于…感谢一百万:-)
以上来自于百度翻译 以下为原文 @kmmankad - Simply Great Work... This helps so much... Thank a million :-) |
|
|
|
哇,这可是个好消息!所以我只需要一个外部MagJack(集成磁力),准备好了吗?
需要多少资源(UDB、Flash、SRAM)? 以上来自于百度翻译 以下为原文 Whoa, this is great news! So I just need an external MagJack (with integrated magnetics) and are ready to go? How much resources (UDBs, Flash, sRam) does it need? |
|
|
|
@萨蒂亚…是否有可能获得您为我的测试所做的以太网组件的beta版本的副本?
以上来自于百度翻译 以下为原文 @Sathya... Is it possible to get a copy of a beta version of the ethernet components that you are making for my testing? |
|
|
|
伟大的!
我对资源的使用也很好奇。另外,您是否将组件释放到公共领域,还是必须购买许可证? 当做, 罗尔夫 以上来自于百度翻译 以下为原文 Great! I'm curious too about the resource usage. Also, do you release the component to the public domain or will we have to buy a license? Regards, Rolf |
|
|
|
移植KMMunkad的工作到PSoC5…WebServer和UDP工作正常。谢谢大家…
P.S.你们能帮助分享这个项目吗?这样,像我这样的其他人会发现它有帮助,直到Sathya的组件发布。 以上来自于百度翻译 以下为原文 Ported kmmankad's work to PSoC5... Webserver and UDP are working fine... Thanks everyone... P.S. Can you guys help with sharing the project here so that someone else like me will find it helpful until Sathya's components releases? |
|
|
|
是的,你只需要一个具有磁性的外部RJ45连接器来工作。目前我们可以在4个UDB中安装MAC和PHY。FLAS/RAM大小完全依赖于应用程序,因为LWIP TCP/IP堆栈是可配置的。我们运行Web服务器的应用程序的未优化版本采用PSK 5的30K Flash和15K SRAM。这应该归结为我们没有使用编译器的最佳优化级别。
至于组件的发布,它将向公众提供,但我们仍在研究正确的模型。 问题-为应用程序做特征集和堆栈支持工作吗?你看到其他的特殊需要了吗? 萨蒂亚 以上来自于百度翻译 以下为原文 Yes, you just need an external RJ45 connector with magnetics to get this to work. Currently we can fit the MAC and PHY in 4 UDBs. Flash/RAM size is purely dependent on the application as LwIP TCP/IP stack is configurable. Our unoptimized version of application running a web server takes 30K Flash and 15K SRAM for PSoC 5. This should come down as we are not using the best optimization level for compiler. As for the release of the component, it will be made available to public but we are still working on the right model. Question - Do the feature set and stack support work for your application? Do you see any other specific needs? Sathya |
|
|
|
在C造作,文件菜单中,“创建工作区束”,并使用IE进行上传
或Mozilla,在邮政窗口底部控制以附加文件。显然 Chrome在上传方面有问题。 问候,Dana。 以上来自于百度翻译 以下为原文 In Creator, file menu, :"Create Workspace Bundle", and upload using IE or Mozilla, control at bottom of post window to attach file. Apparently chrome has issues doing uploads. Regards, Dana. |
|
|
|
嘿,伙计们,
我的哥们都基于网络协议栈上面提到的ENC28J60,很强大,和所有的例子都在正常工作,与许多不同的网络setuplease指出你所遇到的错误测试,我将很乐意解决这些:) 这是个好消息!任何机会,社区成员可以加入在发展(或alteast测试?) 以上来自于百度翻译 以下为原文 Hey guys, I'm the dude who did the ENC28J60 based network stack mentioned above.Its pretty robust,and all the examples posted work flawlessly,tested with many different network setuPlease point out bugs you have encountered,I'll be more than happy to fix those :) @sath - Thats GREAT news! Any chance that community members can join in the development(or alteast testing?) |
|
|
|
哇,Sath,
仅仅使用4个UDB来实现以太网Mac + PHY是非常棒的。说实话,我仍然持怀疑态度,但它将显示PSOC是如何强大和灵活的。想象一下Atmel或者PIC家伙看到你把一个以太网用户模块丢到你的项目时的表情。没有外部模块没有外部集成电路,只是史诗。 以上来自于百度翻译 以下为原文 Wow nice work Sath, To use just 4 UDBs to implement Ethernet MAC+PHY is just awesome. To tell you the truth I'm still skeptical, but it would show how powerfull and flexible PSOCs are. Just imagine the face of an Atmel or PIC guy when he sees you just droping an ethernet user module to your project. No external modules no external ICs, just epic. |
|
|
|
另外,我从很多人成功移植我的GitHub托管IP栈psoc5收到邮件,没有太多的精力:)
以上来自于百度翻译 以下为原文 Also,I've got emails from many people who have successfully ported my github hosted IP stack to PSoC5,without much effort :) |
|
|
|
有人用过这个装置吗?
WiNETW5100以太网芯片/TF插槽以太网屏蔽 价格优惠,品质优良。 HTTP://M2.IMG.DXCDN.COM/CDDRIVER/SKU118061.DOC 以上来自于百度翻译 以下为原文 Has anyone used this device? Ethernet Shield with Wiznet W5100 Ethernet Chip / TF Slot Attractive price with good features and quality. http://m2.img.dxcdn.com/CDDriver/sku.118061.doc |
|
|
|
只有小组成员才能发言,加入小组>>
754个成员聚集在这个小组
加入小组2113 浏览 1 评论
1859 浏览 1 评论
3673 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1794 浏览 6 评论
1540 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
581浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
434浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
445浏览 2评论
393浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
1012浏览 2评论
小黑屋| 手机版| Archiver| 德赢Vwin官网 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-30 19:37 , Processed in 1.189164 second(s), Total 85, Slave 77 queries .
Powered by 德赢Vwin官网 网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
德赢Vwin官网 观察
版权所有 © 湖南华秋数字科技有限公司
德赢Vwin官网 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号