You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, I'm coding on STM32 using STM32duino and I have an issue on boards Nucleo-F401RE and STM32407 Discovery, also called DISCO-F407G. By the way both are running on a M3 core.
Using the get_units() function with a parameter will crash the program.
for example this code won't work : (it will fail after 3 or 4 read)
But this works perfectly with get_units(), that's why the issue seems to be the same as for the ESP32 in #73
If you have any clue, please let me know, thank you ! :)
The text was updated successfully, but these errors were encountered:
thanks for writing in. As this library has been able to gain some more attraction recently again, we are confident that we will be able to address the issue you are observing.
Please don't hesitate to get back to us if you don't hear back from anyone for a while. Personally, I'm currently a bit swamped which prevents me from dedicating myself to this right away.
Hey !
Well, I'm coding on STM32 using STM32duino and I have an issue on boards Nucleo-F401RE and STM32407 Discovery, also called DISCO-F407G. By the way both are running on a M3 core.
Using the get_units() function with a parameter will crash the program.
for example this code won't work : (it will fail after 3 or 4 read)
But this works perfectly with get_units(), that's why the issue seems to be the same as for the ESP32 in #73
If you have any clue, please let me know, thank you ! :)
The text was updated successfully, but these errors were encountered: