Replies: 2 comments 11 replies
-
|
I used maple board regularly and it works. |
Beta Was this translation helpful? Give feedback.
11 replies
-
|
You have to define this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have used the arduino IDE1 with the STM32 boards package v1.8 for years, with success.

Now I want to move to IDE V2, and I have installed the board package V2.11.
Compilation and upload have worked. However, the board, once programmed, does not work.
Details:
I use Olimexino STM32 boards, which are equivalent to the late Maple boards.
In IDE1 I used to select the following options:
In IDE 2 I chose the following options:

Apparently both selections are identical.
I did the test with the Blink example sketch. In IDE 1, it works normally.
In IDE 2, nothing happens once the board is rebooted. I checked the digital pins using a multimeter, and basically the output pin selected in the source code was floating, i.e., uninitialized. What is more serious, is that the USB serial device that the board presents at power on was missing.
I could recover by forcing the board to "permanent upload mode" using the buttons, and reprogramming it using IDE 1. So no harm was done to the board, but the sketch did not run for some reason.
Is this a known problem? Or did noone use the packages since V2 with Olimexino/Maple boards to encounter it?
Beta Was this translation helpful? Give feedback.
All reactions