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
Hi,
I tried using STM32F103C8 "Bluepill" today. Cause it is supported by Arduino IDE.
Everything is here. https://github.com/rogerclarkmelbourne/Arduino_STM32
I tested the Blink example both with Arduino IDE and Sloeber, they both worked!
Then I continue to do more tests with Sloeber, cause it's better for me:>
Then I got this bug with "new". Here I paste the simple bug reproduce sketch code.
I tried the same code in Arduino IDE. Everything works fine! (Took me much time to find out it's not a pure hardware bug...Asked around on the STM32 Arduino Github Issues and Forum, cause Arduino IDE works fine, I came here to find a way out.)
This is my project setting of Sloeber
Simply use the same default setting to Arduino IDE.
I'm sure "new" is the problem. Cause mcp = &mc; works fine with Sloeber.
Hope you could help me out with the "new"+"STM32 Bluepill"+"Sloeber" bug.
It will be awesome if STM32 Bluepills can be used with Sloeber. When Flash and SRAM get larger Sloeber is in need.
I found a warning in the compiling log. Maybe this could do some help.
Hi,
I tried using STM32F103C8 "Bluepill" today. Cause it is supported by Arduino IDE.
Everything is here. https://github.com/rogerclarkmelbourne/Arduino_STM32
I tested the Blink example both with Arduino IDE and Sloeber, they both worked!
Then I continue to do more tests with Sloeber, cause it's better for me:>
Then I got this bug with "new". Here I paste the simple bug reproduce sketch code.
SerialMonitor(Sloeber):
I tried the same code in Arduino IDE. Everything works fine! (Took me much time to find out it's not a pure hardware bug...Asked around on the STM32 Arduino Github Issues and Forum, cause Arduino IDE works fine, I came here to find a way out.)
This is my project setting of Sloeber

Simply use the same default setting to Arduino IDE.
I'm sure "new" is the problem. Cause
mcp = &mc;
works fine with Sloeber.Hope you could help me out with the "new"+"STM32 Bluepill"+"Sloeber" bug.
It will be awesome if STM32 Bluepills can be used with Sloeber. When Flash and SRAM get larger Sloeber is in need.
I found a warning in the compiling log. Maybe this could do some help.
The text was updated successfully, but these errors were encountered: