完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
|
请您尝试运行同一个项目,但只需使用EnC接口,检查一切是否正常?在两个接口共享的SPI总线上可能有一些问题。请在TysSy.In.C::TCPIpH-StaskIn()中更改:TCPIPENIT.NETNET= SIZEOF(TCPIPPHOSTSY配置)/SiZeOF(*TCPIPPHOSTSY配置);TCPIPUNIT.NETS=1;并确保TCPIPSHOSTSO配置[]列出ENC为T。他第一接口。
以上来自于百度翻译 以下为原文 Can you please try to run the same project but just with the ENC interface and check that everything is OK? It may be some issue on the SPI bus that both interfaces share. In system_init.c::TCPIP_STACK_Init(), please change: tcpipInit.nNets = sizeof (TCPIP_HOSTS_CONFIGURATION) / sizeof (*TCPIP_HOSTS_CONFIGURATION); with tcpipInit.nNets = 1; and make sure that the TCPIP_HOSTS_CONFIGURATION[] lists the ENC as the 1st interface. |
|
|
|
|
|
亲爱的Rainadthanks为您的答复。它的工作完美,如果我不删除WiC配置部分,只是打开浏览器与Enc28的IP,它的工作没有断开。我尝试把TCPIP与RTOS配置的独立,在这种情况下,EnJi不去超时,但它似乎THA。T WiC1500变慢了,我的意思是实时数据和Web页面上的LED(Web服务器演示示例)不快速更新,并且在这两者之间似乎有一些断开。RTOS到底是什么?为什么和谐推荐?
以上来自于百度翻译 以下为原文 Dear Rainad thanks for your reply. it works perfectly, also if i do not remove WINC configuration part and just open the browser with IP of ENC28 it works good without disconnection. i tried to put TCPIP with RTOS configuration of Stand alone , in this case ENCJ doesnot go to time out but it seems that WinC1500 becomes slow, i mean the realtime data and LEd that is on web page (web server demo example) do not updating fast and it seems there is some disconnection in between. What is RTOS exactly?why Harmony recommend that? |
|
|
|
|
|
使用WiC驱动程序可能会建议RTOS配置。当Wi-Fi和EnC都使用SPI总线时,似乎会有一些冲突。我会把这个问题引起WiC开发人员的注意,他会比我有更好的帮助。
以上来自于百度翻译 以下为原文 The RTOS configuration is probably suggested for the use of the WINC driver. There seems to be some conflict when both Wi-Fi and ENC use the SPI bus. I'll bring the issue to the attention of someone involved with the WINC development, he can be of better help than I am. |
|
|
|
|
|
既然您使用PIC32 ESK,我建议切换到内部ETH控制器。这样,就避免了在SPI总线上使用另一个设备的问题。这是一个众所周知的组合,它是有效的。否则,如果Enc是你必须的,也许最好打开一张票,这样就可以正式地看。这里有一些测试要做,等等,这将需要一些工作。
以上来自于百度翻译 以下为原文 Since you use the PIC32 ESK, I'd recommend switching to the internal ETH controller. This way you avoid the issue of using another device on the SPI bus. And this is a combination that is well known and it works. Otherwise, if ENC is a must for you, probably it's best to open a ticket so this can be looked in officially. There are some tests to be done here, etc., it will require some work. |
|
|
|
|
|
亲爱的Rainadi使用PIC32启动器KITR测试结束时,我必须把所有这些配置在我们的自定义板,要使用WiFi和以太网RJ45。什么是内部以太网?是在PIC32 SK上的LAN840PHY,可以通过电缆使用吗?
以上来自于百度翻译 以下为原文 Dear Rainad i use pic32 starter kitr for test at the end i have to put all these configuration in our custom board,that wants to use WIFI and ETHernet RJ45. what is this Internal Ethernet ? is that LAN8740 PHY that is on the pic32 SK,that can be use by cable)? |
|
|
|
|
|
是的,PIC32 MZ有一个内部以太网控制器,在以太网启动工具包上,您使用的是LAN840PHY插件/子板。
以上来自于百度翻译 以下为原文 Yes, the PIC32MZ has an internal Ethernet controller and on the Ethernet Starter Kit that you use there is the LAN8740 PHY plug in/daughter board. |
|
|
|
|
|
您好,石狮市,您可以明确,因为有许多PIC32启动套件。您使用PIC32 MZ嵌入式连接与FPU(EF)起动器套件或PIC32以太网起动器套件II?当做
以上来自于百度翻译 以下为原文 Hi shishi, Can you be explicit as there are many PIC32 starter kits. Do you use the PIC32MZ Embedded Connectivity with FPU (EF) Starter Kit or the PIC32 Ethernet starter kit II ? regards |
|
|
|
|
|
尝试添加更多的TCPApPosiePyGrimeCpCpServer套接字。这是针对V5 TCP/IP协议栈的,这可能是不同的,甚至是动态的。
以上来自于百度翻译 以下为原文 Try to add more TCP_PURPOSE_GENERIC_TCP_SERVER sockets. This is for the V5 TCP/IP stack, this may be done differently in Harmony, maybe even dynamically. /Ruben |
|
|
|
|
|
是的,我使用PIC32 MZ嵌入式连接与FPU(EF)启动器套件。
以上来自于百度翻译 以下为原文 yes i am using PIC32MZ Embedded Connectivity with FPU (EF) Starter Kit. |
|
|
|
|
|
亲爱的Rubenas,我说我在使用ValueV2.05,我找不到TopCpPyPosiePyGraciTCPpServer套接字,但是我增加了TCPU-Debug TxxSype和TCPpDeFultTrxxsiz。
以上来自于百度翻译 以下为原文 Dear Ruben as i said i am using Harmony v2.05, i could not find TCP_PURPOSE_GENERIC_TCP_SERVER sockets, but i increased TCP_default_TX_size and TCP_default_RX_size. does "TCP_PURPOSE_GENERIC_TCP_SERVER" sockets have another definition maybe? |
|
|
|
|
|
我还有一个问题,在Web服务器演示(HTTP Web服务器)中有一个“网络配置”的页面,在其中我们可以改变IP、网关等。但是,当我改变IP,它不重新连接我到新的IP地址,总是从默认配置开始。我很困惑,当我保存这些变化在我的外部EEPROM中,例如,当我从我的内存读取EnC28和WINC的IP地址时,我应该在哪里插入它们?从默认的新配置开始吗?
以上来自于百度翻译 以下为原文 i have another problem also, in web server demo(HTTP web server) there is a page with "network configuration" in which we can change IP,Gateway and so on. but when i change IP, it does not reconnect me to new IP address,and always start with default configuration. i am confused, when i saved these changes on my external eeprom for example, when i read IP address of both ENC28 and WINC from my memory, where should i insert them? to start with new config not with default? |
|
|
|
|
|
在启动堆栈时,应该使用外部存储的网络数据(IP、网关等),即参数到TCPIPSISTACKY初始化调用(参见启动堆栈的标准演示)。如果您想在运行时使用UpETCPIPHSTACKETNETWAN()和TeTcCPIPStAcxNETUP(),则使用新的P。这是HTTP Web服务器演示在使用“网络配置”页面时所做的事情。
以上来自于百度翻译 以下为原文 You should use your externally stored network data (IP, gateway, etc.) when you start the stack, i.e. the parameters to the TCPIP_STACK_Initialize call (see the standard demo that starts the stack). If you want to do it at run time, use TCPIP_STACK_NetDown() and then TCPIP_STACK_NetUp() with the new parameters (this is what the HTTP web server demo does when you use the "Network Configuration" page). |
|
|
|
|
|
确切地说,HTTP Web服务器演示的这一部分不起作用。我的意思是,当我在“网络配置”页面中更改IP时,PIC不响应新IP,但仍然响应默认IP。
以上来自于百度翻译 以下为原文 exactly this part of HTTP web server demo does not work...i mean when i change the IP in "Network Configuration" page, the pic does not respond to new IP ,but still respond to the default one. |
|
|
|
|
|
是否启用了DHCP?如果是这样,设置的静态值并不重要,只有当DHCP失败时才会使用这些静态值。
以上来自于百度翻译 以下为原文 Do you have DHCP enabled? If so, it doesn't matter what static values you set, those will be used only when DHCP failed. |
|
|
|
|
|
|
|
|
|
|
|
我想我已经声明了一个参数,然后是StaskInIt(),我读内存并把它放进去,然后可能工作????
以上来自于百度翻译 以下为原文 i think i have declare a parameters then befor stack_init() i read memory and put on that then maybe works??? |
|
|
|
|
|
有没有使用JavaScript下载Rutin的?我已经用在我的旧项目(那只是以太网RJ45),它是大约130整数,我保存在本地,在TXT格式…现在我有大数据可能是2000整数,但是当我保存我的数据时,我在我的TXT文件中看到它只保存了大约300个整数数据。有人知道吗?
以上来自于百度翻译 以下为原文 is there any one that used download rutine in javascript?i already used in my old project (that was only Ethernet RJ45),and it was around 130 integer and i saved them in local, in txt format... now i have big data maybe 2000 integer,but when i save my data, i saw in my txt file that it just saved around 300 integer data not more. is there anyone that know about it? |
|
|
|
|
只有小组成员才能发言,加入小组>>
MPLAB X IDE V6.25版本怎么对bootloader和应用程序进行烧录
473 浏览 0 评论
5793 浏览 9 评论
2334 浏览 8 评论
2224 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3530 浏览 3 评论
1124浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
1095浏览 1评论
我是Microchip 的代理商,有PIC16F1829T-I/SS 技术问题可以咨询我,微信:A-chip-Ti
873浏览 1评论
MPLAB X IDE V6.25版本怎么对bootloader和应用程序进行烧录
475浏览 0评论
/9
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2025-12-2 02:47 , Processed in 1.472290 second(s), Total 104, Slave 86 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191

淘帖
1334