Description
Hi all,
I've just downloaded and installed into my Arduino 1.8.9 IDE, the Arduino_Core_STM32 per the "Getting Started Instructions", and the STM32Ethernet library.
I'm using an STM32F407VET6 Black, so I've selected the "Generic STM32F4 Series" board and the "Black 407VE" sub-option (also tried the FK407M1 SMT32F407VET and DIYMORE SMT32F407VGT with the same results)
Next, I've opened the ChatServer example program. When I click verify and it gets as far as "Compiling library "STM32duino_STM32Ethernet"", the errors the attached "Errors.txt" come up
I've also implemented the solution here ... #23 (comment)
... to overcome a bunch of other errors.
I'm still pretty green with C/C++ so I'm a bit reluctant to dive in and start changing things like stimer_t to timer_t, I have no idea of the implications.
Can anyone throw any light on my issue.