Ok for USB....
For the network, STM3210C works with ST orginal firmware (ping & http request).
So i think, it's not a hardware problem.
With uTasker it seems that STM3210C never answer.... first i saw that the PC can't know the MAC address. I added manualy the MAC address with arp -s 192.168.0.3 00-11-22-33-44-55 and them make some test, here is the result :
PC ping 4 times to 192.168.0.8 (no device with this IP adress)
Statistiques Ping pour 192.168.0.8:
Paquets : envoyés = 4, reçus = 0, perdus = 4 (perte 100%)
uTasker Ethernet Statistics
Total Rx frames = 4
Rx overruns = 0
Rx ARP = 0
Rx ICMP = 0
Rx UDP = 0
Rx TCP = 0
Rx checksum errors = 0
Rx other protocols = 0
Foreign Rx ARP = 4
Foreign Rx ICMP = 0
Foreign Rx UDP = 0
Foreign Rx TCP = 0
otal Tx frames = 0
-------------------------------------------------------------
PC ping 4 times to 192.168.0.3 (STM3210C board)
Statistiques Ping pour 192.168.0.3:
Paquets : envoyés = 4, reçus = 0, perdus = 4 (perte 100%)
uTasker Ethernet Statistics
Total Rx frames = 8
Rx overruns = 0
Rx ARP = 0
Rx ICMP = 4
Rx UDP = 0
Rx TCP = 0
Rx checksum errors = 0
Rx other protocols = 0
Foreign Rx ARP = 4
Foreign Rx ICMP = 0
Foreign Rx UDP = 0
Foreign Rx TCP = 0
Otal Tx frames = 4
-------------------------------------------------------------
telnet 192.168.0.3
Connexion à 192.168.0.3...Impossible d'ouvrir une connexion à l'hôte, sur le por
t 23: Échec lors de la connexion
uTasker Ethernet Statistics
Total Rx frames = 11
Rx overruns = 0
Rx ARP = 0
Rx ICMP = 4
Rx UDP = 0
Rx TCP = 3
Rx checksum errors = 0
Rx other protocols = 0
Foreign Rx ARP = 4
Foreign Rx ICMP = 0
Foreign Rx UDP = 0
Foreign Rx TCP = 0
otal Tx frames = 7
