Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jminet

Pages: [1]
1
STTM STM32 and STR91XF / Re: STM3210C NetWork & USB...
« on: December 10, 2010, 09:42:29 AM »
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

???


2
STTM STM32 and STR91XF / STM3210C NetWork & USB...
« on: December 09, 2010, 03:47:24 PM »
Hello,
 
 I have just put uTasker_STM32_Target.zip on STM3210C dev board.

 A lot of things works very well: sdcard, graphic display, console on RS232....

 But i have two problems :

 1- the network doesn"t work: with ipstat on the STM3210C board, i have Rx packet for UDP, TCP, ICMP & ARP, But the board never answer when the PC do a ping, a telnet or http request.... ???? (IP address is ok (192.168.0.3), MAC address is 00-11-22-33-44-55, firewall is OFF on windows)

 2- USB doesn't work. When i plug the USB nothing happens on the PC ???? (LED D6 goes green)

 Any ideas ???
 

Pages: [1]