
components
Hardware Components
W6100EVB
X 1
Software Apps and online services
Atollic TrueSTUDIO Ver 9.2.0Compile Program
Device Setting Program
Flash Program
details
Index
- AddressAutoConfiguration Example for W6100-EVB
- Hardware Environment
- Software Environments
- Run
- Code review
- Test packet capture file
AddressAutoConfiguration Example for W6100-EVB
Common to Any MCU, Easy to Add-on. Internet Offload co-Processor, HW TCP/IP chip, best fits for low-end Non-OS devices connecting to Ethernet for the Internet of Things. These will be updated continuously.
Hardware Environment
- W6100EVB
- connecting Micro usb.
- connecting Ethernet cable.
Software Environment
- Device Setting Program : STM32CubeMX Ver 5.1.0
- Compile Program : TrueStudio Ver 9.2.0
- Flash Program : FLASHER-STM32 Ver2.8.0
- Compile method
- Git-Hub source file download
- TrueStudio -> W6100EVB-HTTP_Server in folder, run TrueStudio Project file
- WorkSpace path select
- ① open main.c file and build ② build icon or Key CTRL + B
- Click Debug icon or Key F11
- If you have ST-LINK, Run Debug – Click debug button or Key F8
- Serial Flash Download
- Check Serial Port
- Check Hex file
- Device Program upload, See site below.
Run
- Demo Environment & Program
- Windows 10
- Hercules
- ScriptCommunicator
- Demo Result
- Power On and push Reset button to start Program
- Program Run Serial display
- There are 5 sockets available for connection.
- UDP IPv4 / Port 50000
- UDP IPv6 / Port 50001
- TCP IPv4 / Port 50002
- TCP IPv6 / Port 50003
- TCP Dual / Port 50004
- Run ScriptCommunicator and set sockets for IPv4 connection. and connect.
- After connected, send a message to the W6100EVB. Then the W6100EVB reply with message you’ve sent.
- Run ScriptCommunicator and set sockets for IPv6 connection. and connect.
- After connected, send a message to the W6100EVB. Then the W6100EVB reply with message you’ve sent.
Code review
- main.c code flow
Test packet capture file
-Test packet capture file : W6100EVB-AddressAutoConfiguration-DualIP.zip
documents
COMMENTS