enc28j60 and pic18f4620 example project? (rivo)
Hello everyone, I just take in hand "MPLAB" x and "PIC32 Ethernet Starter Kit II". I'm starting to use TCP/IP stack I have took a demo application called "web_net_server_nvm_mpfs", it successfully...
View ArticleBSD Socket API accept/closesocket issues (friedrichmaeckle)
I am having an issue with the Microchip / Harmony BSD API which does not behave like i expect it to do. I am using the BSD API because i ported an embedded webserver to the PIC32 platform and it...
View ArticleTCPIP Discoverer.jar can't get any IP address, MAC address (rivo)
Hello everyone, I just take in hand "MPLAB" x and "PIC32 Ethernet Starter Kit II". I'm starting to use TCP/IP stack I have took a demo application called "web_net_server_nvm_mpfs", it successfully...
View ArticleTCP-IP client memory leak when cable is not connected (jipihorn)
Hello, I have a big problem with the TCPIP_TCP_ClientOpen() (Harmony 1.08.01, IDE 3.35 and C compiler 1.42) and that drives me crazy. I have two adapters : one MRF24WN and one LAN8720A. If the Ethernet...
View ArticleCustom board ethernet link leds are on but no activity (gigeoaca)
Hi.I've made a custom board with Ethernet phy DP83848. The communication type with PIC32MZ1024 is RMII.Both leds (activity and link) are on for cable connected and off for cable disconnected. But I've...
View ArticleTelnet (jo1234)
I use the microchip program "pic32_eth_web_server.X" and wanted to know if it is possible to make a telnet connection with another PC (linux) to send commands such as "bash / or cd /"..
View Articlephy LAN8740 Dual mac ethernet problem (TI AM335X) + Linux + kernel 4.4?...
Hi All, we are using lan8740 (two of them) in dual emac mode(RMII) for a custom board using AM3352 (based on am335x-evmsk). These lan8740 phys are connected to LAN9500 usb-ethernet phys on the custom...
View ArticleENC424J600 problem (dubble)
Hi Guys, I'm having a strange problem with the ENC424J600 and spent 3 full days already trying to figure out what is going on without success, so I thought to ask here to get some help from the more...
View ArticleOn DHCP client DP83848 There is no transmission (gigeoaca)
Hello to all!I've made a custom board with PIC32MZ1024 and DP83848 - RMII connection. The harware seems to be ok, but there is no transmission on TXD0, TXD1 so the MAC has no IP...
View ArticleLAN8740A Reset Problem. (mrpackethead)
I have created a new board, using a PIC32MZ2048EFM100 + LAN8740 Phy.I've largely followed the Microchip EF Dev Kit design.. On my board the LAN8740 does NOT do a power on reset, and won't form a link...
View ArticleImproper FIN/ACK acknowledgement results in socket remaining open on remote...
MCU: PIC32MX350F256H PHY: MRF24WG0MA TCP/IP Stack Ver: 5.42.06 We are experiencing a strange issue on our device platform regarding some TCP transactions. Our device is initiating an HTTP POST to a...
View ArticleLAN8740 - LEDS all off. (mrpackethead)
Just wondering, is it possible via configuration registers to turn off all the LEDS? The reason i ask is this.. The Leds are great for getting things set up, and running, but in some applications,...
View ArticlePIC32MZ not connecting to a LAN8740.. how to debug the interconnection....
I ahve a custom board, with a PIC32MZ2048EFM100 that is connected to a LAN8740. I'm using Harmony 1.08. The PHY is attached on the A ETH ports, ive' been through it several times to make sure its...
View ArticleCreating a TCPIP Project in MPLABX (biomed12)
Hello everyone, I am a new xc8 compiler user. I have used CCS C compiler and its IDE. But now, I need to create a full TCP Server project. I downloaded the TCPIP STACK LITE and just i added the include...
View ArticleTransmission issue with mode 4 on ENC624J600 (MaccorFW)
Are there known issues with the 16 bit bus on the ENC624J600?A test board has a PIC32MZ as the PMP 16 bit bus master, with an ENC624J600 as one of the bussed devices (others are not connected)....
View ArticleIP recording problem (davidif)
Hello , I program under MPLAB IDE v3.26 x harmony v1_07_01I use an example of soft home microchip "pic32_eth_wifi_web_server .X" and the BSP (pic32mx_eth_sk) that I changed to my need. do I program my...
View ArticleHow to know if the network interface is ready (lelsteph)
Hello I am using Harmony 1.07.I need to know if the network interface is ready which means:- The cable is connected- The IP Address is assigned- etc...In other words, the stack is working. I was...
View Articleremoving unneeded crypto files from TCP server (ckorda)
I have a project based on the tcpip_tcp_server sample, and I wanted to remove unneeded code from it. The project uses only TCP, IPV4, and ICMP (for ping support). Most stuff was easy enough to remove...
View ArticleHarmony: Any tips for providing a user option to shutdown/disable HTTP (qChris)
We have a requirement to allow our customers to optionally disable http, and other services. Full port closure required, the port must vanish from all port scans. Looking through the docs etc,...
View ArticleBasic Berkley sever tutorial (tony1967)
Hi All,I have a ethernet starter kit. I've got the berkey server demo in harmony running.However try as I might I can't get it to run when I try to strip out all the unneeded stuff. For example I can't...
View Article