Arduino_Core_STM32 Board Manager "2.4.0" not showing for download

Post here first, or if you can't find a relevant section!
Post Reply
kevinmryan1903
Posts: 16
Joined: Tue Nov 01, 2022 12:36 pm

Arduino_Core_STM32 Board Manager "2.4.0" not showing for download

Post by kevinmryan1903 »

Hi All,
I'm attempting to update my ArduinoIDE with latest Arduino_Core_STM32 Board Manager in with the latest release "2.4.0", but the latest release that shows up is "2.3.0".
Boards Manager Link I'm using: "https://github.com/stm32duino/BoardMana ... index.json"

what am I doing wrong?

Reason I need the "2.4.0" is that it includes the STM32L031G6 chip, which I want to use.
If I can't get the new 2.4.0 release yet, do you think the STM32L031K6T selection work for uploading to a STM32L031G6 chip? (the STM32L031K6T selection is currently there under 2.3.0)

Thanks,
Kevin
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Arduino_Core_STM32 Board Manager "2.4.0" not showing for download

Post by fpiSTM »

2.4.0 is not yet released. It will come in the coming weeks.
kevinmryan1903
Posts: 16
Joined: Tue Nov 01, 2022 12:36 pm

Re: Arduino_Core_STM32 Board Manager "2.4.0" not showing for download

Post by kevinmryan1903 »

Is there anyway to upload to an STM32L031G6 chip (using the Arduino IDE), before the 2.4.0 is released?
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Arduino_Core_STM32 Board Manager "2.4.0" not showing for download

Post by fpiSTM »

kevinmryan1903 wrote: Tue Nov 01, 2022 2:23 pm Is there anyway to upload to an STM32L031G6 chip (using the Arduino IDE), before the 2.4.0 is released?
Copy this in your boards.txt:
https://github.com/stm32duino/Arduino_C ... 7667-L7673

Then copy the ldscript.ld and generic_clock.c from here:
https://github.com/stm32duino/Arduino_C ... )U_L041G6U

to your installed core in the same folder.
kevinmryan1903
Posts: 16
Joined: Tue Nov 01, 2022 12:36 pm

Re: Arduino_Core_STM32 Board Manager "2.4.0" not showing for download

Post by kevinmryan1903 »

Thanks!!
Post Reply

Return to “General discussion”