Open jhnwmr opened 5 years ago
This issue tracker is only to be used to report bugs or feature requests. It is not a place to request support. This topic is more appropriate for the Arduino Forum. I'm sure we'll be able to help you with your problem over there.
Please do this:
</>
button on the toolbar).@per1234 - this kind of is a feature request. It could be re-imagined about any board with more than one SPI port. I would recommend reopening, but rename to something like "allow use of other SPI ports, on boards with multiple SPI".
I can use this too. Is this a usable option? https://github.com/stevstrong/Ethernet_STM32
SPIClass mSpi(1); // you can use 1..2 for F1, 1..3 for F4)
Ethernet.init(mSpi, PA4); // SPI class object, chip select pin on your choice
if i use mcu board (official not maple core)?
Hello, I want to use the W5100 Ethernet module with the ESP32 on the second SPI bus. I also use the other bus. What change do I have to make in the library to use the second bus?