[Answered] Difficulties in configuring the STM32L476RG board in the Arduino IDE.

Post Reply
Fabaum
Posts: 24
Joined: Tue Mar 17, 2020 4:10 pm

[Answered] Difficulties in configuring the STM32L476RG board in the Arduino IDE.

Post by Fabaum »

Hello friends,

I'm trying to use the Arduino IDE to portabilize a program made for Arduino Uno in a program for STM32L476RG Nucleo-64.
The steps I have already followed are as follows:
1) I installed the USB driver for the ST cards: STSW-LINK009;
2) I indicated the Json address in the Arduino IDE: File -> Preferences -> Settings -> Additional Boards Manager URLs -> https://github.com/stm32duino/BoardMana ... index.json
3) In the Boards Manager, I installed the STM32 Cores by STMicroeletronics version 1.8.0
When I try to add the STM32L476RG board, however, it does not appear in the listing.
What am I doing wrong?

Thanks for listening!
Fabio
Attachments
Boards Manager without the specific STM32L476RG board.
Boards Manager without the specific STM32L476RG board.
Boards Manager.png (76.9 KiB) Viewed 7389 times
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Difficulties in configuring the STM32L476RG board in the Arduino IDE.

Post by fpiSTM »

If you get a nucleo L476RG then select Nucleo64 and after the nucleo l476RG in the submenu board part number.
Fabaum
Posts: 24
Joined: Tue Mar 17, 2020 4:10 pm

Re: Difficulties in configuring the STM32L476RG board in the Arduino IDE.

Post by Fabaum »

Thank you very much for your help! I'm starting on STM32, I didn't notice the sub-menu for choosing the board version ...
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: [Answered] Difficulties in configuring the STM32L476RG board in the Arduino IDE.

Post by fpiSTM »

Welcome.
That's why there is a getting started wiki ;)
https://github.com/stm32duino/wiki/wiki/Getting-Started
Fabaum
Posts: 24
Joined: Tue Mar 17, 2020 4:10 pm

Re: [Answered] Difficulties in configuring the STM32L476RG board in the Arduino IDE.

Post by Fabaum »

Perfect!
Post Reply

Return to “STM32L4 based boards”