Page 1 of 1

Arduino_Core_STM32 Board Manager "2.4.0" not showing for download

Posted: Tue Nov 01, 2022 12:58 pm
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

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

Posted: Tue Nov 01, 2022 1:30 pm
by fpiSTM
2.4.0 is not yet released. It will come in the coming weeks.

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

Posted: Tue Nov 01, 2022 2:23 pm
by kevinmryan1903
Is there anyway to upload to an STM32L031G6 chip (using the Arduino IDE), before the 2.4.0 is released?

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

Posted: Tue Nov 01, 2022 2:54 pm
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.

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

Posted: Tue Nov 01, 2022 5:52 pm
by kevinmryan1903
Thanks!!