This firmware project is designed for the STM32F1 microcontroller series and utilizes the Wiznet W5500 Ethernet chip. It provides a foundation for building network-enabled applications with these components. Whether you are working on IoT projects, web servers, or networked sensors, this firmware serves as a starting point for your development.
- Ethernet connectivity using the Wiznet W5500 chip.
- Example application showcasing network communication.
- Lightweight and modular design for easy customization.
- Compatibility with STM32F1 series microcontrollers.
To run this firmware, you will need the following hardware components:
- EtherCan Hardware
- 12V Power supply
- Appropriate connections between the EtherCan Hardware, the ethernet host and CAN-Bus nodes.
- Clone or download this repository to your development environment.
- Ensure you have a compatible toolchain and development environment of STM32CubeIDE for STM32F1.
- Connect the STM32F1 through SWD interface to your host with ST-Link or J-Link.
- Open the project in STM32CubeIDE.
- Build and flash the firmware onto the EtherCan board.