Arduino IDE for Maple r5 program on STM32F103C8 issue

Development environment specific, Arduino, Eclipse, VS2013, Em::Blocks etc
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Arduino IDE for Maple r5 program on STM32F103C8 issue

Post by fpiSTM »

See the wiki to use the board manager of the Arduino IDE.
samtal
Posts: 12
Joined: Sun Feb 16, 2020 4:15 pm

Re: Arduino IDE for Maple r5 program on STM32F103C8 issue

Post by samtal »

Thanks, but who knows what's wihi? why not plane English and some elaboration?
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Arduino IDE for Maple r5 program on STM32F103C8 issue

Post by fpiSTM »

Sorry, typo mistake you should read Wiki.
Anyway, I guess it is not so hard to find it:
https://github.com/stm32duino/wiki/wiki

If you take time to read the Readme.md you would find all info you needs....
mrburnette
Posts: 633
Joined: Thu Dec 19, 2019 1:23 am
Answers: 7

Re: Arduino IDE for Maple r5 program on STM32F103C8 issue

Post by mrburnette »

samtal wrote: Sat Apr 18, 2020 7:44 am Thanks, but who knows what's wihi? why not plane English and some elaboration?
The WiKi specified above is valuable, but the IDE installation is as explained:

Getting Started
This repo is available as a package usable with Arduino Boards Manager.

Use this link in the "Additional Boards Managers URLs" field:

https://github.com/stm32duino/BoardMana ... index.json

For full instructions on using the "Boards Manager", see the Getting Started page.

Advanced user can use the repository to benefit from the latest development. See the Using git repository page.

User can add a STM32 based board following this wiki.

From the Arduino IDE perspective, this link helps to understand the capability:

https://www.arduino.cc/en/guide/cores

Multiple JSON entries are comma-separated. I have stm32, esp8266, esp32 and a few others! Placing old-style cores without JSON files is still done by placing the core support files in a directory subordinate to <user>/Arduino/hardware just like in the old days; however, for ArduinoIDE to read & load the specifications the directory structure has a pre-defined structure defined in the version 1.5 introduction.

Good luck,

Ray

PS:
The LeafLabs IDE years back was a customized Arduino 0022.
The current IDE has tightened-up many compiler switches and some loosie-goosie coding will no longer successfully compile.
Paul Turner
Posts: 1
Joined: Sun Apr 19, 2020 4:27 am

Re: Arduino IDE for Maple r5 program on STM32F103C8 issue

Post by Paul Turner »

I note that the Maple r5 has/had the 128KB Flash version of the STM32F103C8T6 whereas the STM32 Smart V2.0 specifically has the 64KB Flash version.
You may have problems that software can't fix!
Post Reply

Return to “IDE's”