Y
Y
young_electronics2015-03-22 15:54:10
Iron
young_electronics, 2015-03-22 15:54:10

How to setup STM32F051+ENC28J60?

Hello! I want to learn how to work with STM32F051 + ENC28j60.
Why exactly STM32F051? Because that's the one I have!
And at the beginning of the journey, I wanted the STM on the PC to transmit "Hello world" via Ethernet.
What do you need to learn for this purpose and what to get acquainted with?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vadim Deryabkin, 2017-06-19
@Vadimatorikda

1. Set up SPI, you can believe it on a shift register.
2. Download the ready-made library for working with ENC28j60 (I definitely saw several of them).
3. Bind your configured SPI to this library.
4. Copy the finished example from the folder with this library.
Should earn. Because the only thing that changes from controller to controller is the SPI implementation. The logic of working with ENC28j60 does not change.
Good luck!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question