Hello friends,
I am doing experiments to check the differences between an Arduino standard board and a STM32 standard board using the ArduinoIDE.
In a first test, I verified and uploaded the sample program "Blink" to the STM32L476RG board:
void setup () {
pinMode (LED_BUILTIN, OUTPUT);
}
void ...
Search found 24 matches
- Sat Mar 21, 2020 4:56 pm
- Forum: STM32L4 based boards
- Topic: Trying to port Arduino programs to STM32 boards.
- Replies: 7
- Views: 22239
- Sat Mar 21, 2020 4:13 pm
- Forum: STM32L4 based boards
- Topic: [Answered] Difficulties in configuring the STM32L476RG board in the Arduino IDE.
- Replies: 4
- Views: 20352
- Wed Mar 18, 2020 1:25 pm
- Forum: STM32L4 based boards
- Topic: [Answered] Difficulties in configuring the STM32L476RG board in the Arduino IDE.
- Replies: 4
- Views: 20352
Re: Difficulties in configuring the STM32L476RG board in the Arduino IDE.
Thank you very much for your help! I'm starting on STM32, I didn't notice the sub-menu for choosing the board version ...
- Tue Mar 17, 2020 6:18 pm
- Forum: STM32L4 based boards
- Topic: [Answered] Difficulties in configuring the STM32L476RG board in the Arduino IDE.
- Replies: 4
- Views: 20352
[Answered] Difficulties in configuring the STM32L476RG board in the Arduino IDE.
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 ...
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 ...