-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IbusSensor does not work on stm32duino version 2.0.0+ #1741
Comments
Could you be more precise on your setup? Boards? options? Ide version?... Based on below link, I guess it is for F4 serie, like NUCLEO-F401RE For ref: Link to bmellink/IBusBM#26 |
@fpistm I tested on: IdeArduino i tested all version 1.8.9-1.8.19 Config for balckpill411 Same situation on all configurations Going back to stm32duino version 1.9.0 fixes the problem on all configurations. |
Well quickly look to the library, it seems really not properly ported to support this core: Several issue here:
https://github.com/rogerclarkmelbourne/Arduino_STM32/search?q=_VARIANT_ARDUINO_STM32_ This core provides the standard definition required by Arduino:
This is clearly not coherent with point 2 which state it is only compatible with version >= 0x01090000. So, with all those incoherent points, I guess issue is on library side and should be fixed there at least uses proper definition and check if it build properly. |
Hello and welcome,
I have such a problem, namely I discovered that the ibusbm library does not work on the new version of stm32duino.
When I install version 1.9.0, everything works fine, but when I try to update to the new version 2.0.0, 2.1.0, 2.2.0, unfortunately it does not work.
Could I ask someone to solve the problem in my spare time ;) Thank you in advance for your help and for your fantastic work so far ;)
The text was updated successfully, but these errors were encountered: