Arduino_STM32 icon indicating copy to clipboard operation
Arduino_STM32 copied to clipboard

Missing wiring_private.h file for stm32f4 boards

Open XanCraft21 opened this issue 3 years ago • 3 comments

Hello, i just discovered that the file wiring_private.h is missing in the stm32f4 boards. I don’t know if anyone else has opened an issue for this yet. Some libraries need this file to work like the display drivers by Adafruit. If anyone can add this file i will gladly appreciate it. Thank you to anyone who can help.

XanCraft21 avatar Aug 29 '22 18:08 XanCraft21

Do you have an example? Try to comment out this header file, it should not be needed for F4 boards. Or you can simply create a dummy file.

stevstrong avatar Aug 29 '22 19:08 stevstrong

Commenting out the file or adding a dummy file fixes that error, but there are a bunch of other ones. It seems like the library Adafruit_GFX does not like the I2C drivers in the stm32f4 library. I might change the name of this issue for this. I hope this gets fixed soon.

XanCraft21 avatar Aug 29 '22 23:08 XanCraft21

Try to use Adafruit GFX library version prior to 1.8.0, for example Adafruit GFX 1.7.0

board707 avatar Aug 30 '22 06:08 board707

Closed due to inactivity from OP

rogerclarkmelbourne avatar Sep 16 '22 23:09 rogerclarkmelbourne

Sorry i have forgotten to get back to this. The older version of the library works so so. Maybe it’s ok for now. Thank you for the help.

XanCraft21 avatar Sep 17 '22 05:09 XanCraft21

OK

rogerclarkmelbourne avatar Sep 17 '22 06:09 rogerclarkmelbourne