This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CAN I USE TCP_CM3.lib to send a Ethernet II frame

hi,
I'm using the STM32F107 and I have a problem,
Can I use TCP_CM3.lib to send a Ethernet II frame,
for example:

80 00 20 7A 3F 3E | 80 00 20 20 3A AE | 08 00 | DATA | CRC Checksum
Destination MAC Address| Source MAC Address |Ether Type| Data | (4 bytes)

and how ?

Thank You!