So I am trying to connect my mbseq with lpc17 core to my network and I am having some issues. I get the following error in mios studio. The error continuously repeats.
[9653.302] [EMAC_ReadPacket] ERROR during receive:
[9653.302] [network_device_read] - Multicast Frame
[9653.304] [network_device_read] - Broadcast Frame
[9653.304] [network_device_read] - CRC Error in Frame
[9653.304] [network_device_read] - Symbol Error from PHY
[9653.306] [network_device_read] - Range error(exceeded max size)
[9653.306] [network_device_read] - last Fragment in Frame
Any ideas?
Thanks,
Luke
Hi midiboxer’s,
i have the same problem on 2 lpcCores (mbseqv4l / midiboxNG).
I tried several configurations when directly connected to a laptop or connected to a fritzbox router ( w/o DHCP or with static IP config )
thanks in advance
Henrik
T.K
November 24, 2013, 11:09pm
3
This is strange! It seems that invalid frames are sent in the network.
I hope that at least the actual OSC packets are sent/received correctly.
Could you please try this version? (I disabled the error message):
-> http://www.ucapps.de/mios32/midibox_seq_v4_079_pre5.zip
Best Regards, Thorsten.
Thanks a lot for your fast help: I will try it out tomorrow evening ^^ Have to sleep now :( gn8
T.K
November 25, 2013, 8:52pm
5
Ethernet PHY error messages are now disabled by default in the new releases V4.079 and V4L.079
Best Regards, Thorsten.
Thanks TK this fixed my issue, seems to be connecting fine now!