Quantcast
Channel: Ethernet
Viewing all 2409 articles
Browse latest View live

CustomSNMPApp.c setting (peterverkaik)

$
0
0
Hi, I am updating to use SNMP with our own PEN number (19999 instead of microchip's 17095). In file CustomSNMPApp.c there is /* * This structure has been moved from snmp.c file to here. */ #ifdef STACK_USE_SMIV2 /* * With SMIv2 standard which includes..

LAN9252 Ethercat Slave in SPI Mode: will not enter OP state. (GeWoBl70)

$
0
0
Hello,here I have the demoboard EVB4-LAN9252-SPI-MII REVB from Microchip and the embedded PC Beckhoff CX1100-0004. This demoboard is correctly configurated. The embedded PC is connected with the PORT 1 (IN/OUT) of EVB4-LAN9252. The config data Microchip E..

What is "Loss of carrier" ? (ranshalit)

$
0
0
Hello, I use smc922,About one every 12,000 packet sending, there is an error of type "Loss of Carrier".In lan9221 datasheet I find:"3.12.4 TX STATUS FORMAT"Loss of carrier": When set, this bit indicates the loss of carrier during transmission."But there i..

CRC calculation problem (KMDN)

$
0
0
I am trying to calculate CRC of farm {1,3,4,0,0,0,0,0,0} using give code unsigned int CRC16_2(unsigned char *buf, int len)
{
int i,pos;
unsigned int crc = 0xFFFF;
for (pos = 0; pos < len; pos++)
{
crc ^= (unsigned int)b..

DRV_ETHPHY_RES_CPBL_ERR error (Skaptor)

$
0
0
Hi all, I'm running harmony 2.04 with an MZ with a custom board which has an NXP (yes i know i should've used another chip, NXP is crap) TJA1100 automotive ethernet transceiver. And I keep getting this error DRV_ETHPHY_RES_CPBL_ERR It has something to do ..

PIC32 Firmware Update via WiFi (dp.yanam@gmail.com)

$
0
0
Hello Everybody, i'm working on PIC32MX795F512h microcontroller. I am using AN1388 bootloader for UART firmware update and it was working fine. But our requirement is to update firmware through WIFI. In my project we are using Redpine WIFI module which is..

control the PIC32 eth kits client (leds turn on/off) from server socket. (mohammad faizan)

$
0
0
Hi,I have a working code of tcpip tcp client, which is capable of sending a data (text) from PIC32 eth kit to server.Here PIC32 as a client and Server socket as a server. I had define a IP and port in app.c,case APP_TCPIP_WAITING_FOR_COMMAND:{IPV4_ADDR ad..

Extending UART port to Ethernet (naeem1234)

$
0
0
Hello everyoneI wonder if it's possible to extend a UART serial port to send receive data with an Ethernet port? I mean that i have a device that communicates over UART serial port. I want to communicate with it from a server through TCP/IP socket. Is the..

Firmware for Ethernet PICTAIL DAUGHTER BOARD(AC164123) (bhavik mer)

$
0
0
I can not find Firmware for interface Ethernet PICTAIL DAUGHTER BOARD(AC164123) with explorer 16-bit development board, gone through MLA of latest 4 version but for TCP/IP there is only WiFi support available.I am using PIC24FJ256GB110 pim with explorer 1..

PIC32 Ethernet Starter kit II Demo App (Sasa1983)

$
0
0
Hello to all, I' m using for the first time the TCP/IP Stack from MAL, and I want to use the example "DEMO APP" in TCPIP folder and so I want to use the web page in order to command this kit. But it does not work!!! Infact I don't find this hardware with ..

Receive and display UART frames (AT responses from GSM Modem) on Pic UART (lcoulon)

$
0
0
Hello I would like to capture GSM Modem replies sent to the Pic uart and display last uart line received on my web page. Do to that, i'm using the following function from uart.c driver : getsUART in my infinite loop this returns to 0x73 variable random ch..

wolfSSL - Using anonymous ciphers? (thivya)

$
0
0
Have any of you tried using the anonymous cipher suites available in wolfSSL? I'm trying to use the ADH-AES128-SHA in my wolfssl_tcp_server project available in Harmony. I've included the HAVE_ANON macro and removed the NO_DH macro and the AES and SHA opt..

getting link status updates for KSZ8873RLL switch Ethernet ports (phani046)

$
0
0
I have KSZ8873RLL switch as Ethernet PHY connected to iMX6 board. We have two external Ethernet ports through this switch. The PHY is directly connected to board MAC and MII (RMII) interface is available for any PHY port configurations. Right now, the swi..

Enabling hostname verify with WolfSSL (MrZANE)

$
0
0
Hi.I'm trying to enable WolfSSL hostname verification while still using microchip presentation layer.How do I get the address of the SSL structure needed to use the:int wolfSSL_check_domain_name(WOLFSSL* ssl, const char* dn)function?Thanks in advance.Kind..

How to use command ping (tgp)

$
0
0
I am trying to use the tcpip_commands.c ping function in my app using the following code to call the function. #include "tcpip/tcpip_commands.h"_CommandPing(pCmdIO, 2, (char*[]){"0", "172.19.2.2"}); When I build the code I get this error " 'pCmdIO' un..

TCP IP TickGet problem (MKC)

$
0
0
TCP IP TickGet problem Hi, CPU PIC32, ETHERNET STARTER KIT Peripheral clock = 20 Mhz I was using the TickGet function in my TCP client application to detect timeouts. This was done in a similar way as in the generic TCP client demo. So from t..

profinet/profibus protocol using ENC42J600 (wadkarharish)

$
0
0
Hello guys,Need towork on Ethernet using /profibus/profinet with pic24fj256gb106 ENC424J600.Sufficient information regarding samw is not available . also request you to confirm weather profibus/ profinet has been previously implemented by anyone before on..

LAN9355 - SMI: Unable to read internal PHY registers (flubydust)

$
0
0
Hello, i have a problem with LAN9355 SMI. I can correctly read and write all direct accessed registers (0x50 - 0x2F8). But when i try to read PHY registers through PMI_ACCESS (0xA8) and PMI_DATA (0xA4) i can read only 0xffff from any addresses and any reg..

PIC18f97J60 & tcp/ip stack 5.42 & MPLABC18 => client does not know the IP address server (VincentT)

$
0
0
Hello, I am using the 18f97j60 and the tcp/ip 5.34 stack with the C18 compiler. My electronic board sends information to a remote server. After several days or weeks of use, the IP address of the server seems to be bad. My electronic board can no longer c..

Disconnected Ports on KSZ9477 in config-strap only setup (pkazakoff_sfm)

$
0
0
I tried Microchip support for this but they've been dodging my calls. I'm currently working on a board incorporating the KSZ9477 gigabit Ethernet switch IC. I'm using the switch to switch traffic between two on-board devices (a single board computer and a..
Viewing all 2409 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>