Skip to main content
IBurk.1
Associate
February 8, 2022
Question

Anyone have success with programming the NUCLEO-H723ZGT variant with Arduino IDE?

  • February 8, 2022
  • 1 reply
  • 1269 views

I was wondering if anyone has any experience using the H723ZGT variant within Arduino IDE successfully?

I followed through a tutorial on adding it as a variant to be recognized by the Arduino IDE.

Tutorial Used

I am at the point where I can compile the "blink" example and upload it to the board. I see the RGB LED (LD4) blink red and green after programming and then stay a solid red. I am expecting to see LD2 blink at around 1Hz after programming but I do not see anything. I have tried various other simple test programs without any luck.

Is anyone able to help me out or point me in the right direction?

This topic has been closed for replies.

1 reply

ssipa.1
Visitor II
February 8, 2022

open the Arduino IDE

Go to files and click on the preference in the Arduino IDE

Enter the 'https://raw.githubusercontent.com/stm32duino/BoardManagerFiles/master/STM32/package_stm_index.json' into the "Additional Boards Manager URLs"

IBurk.1
IBurk.1Author
Associate
February 8, 2022

This is how I figured out that my particular variant does not exist natively so I created my own and am at the point/problem described in my original post.

This does not help me unfortunately, also that link is depreciated and the new updated one is

"https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json"