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
Arduino_Core_STM32 Board Manager "2.4.0" not showing for download
-
- Posts: 16
- Joined: Tue Nov 01, 2022 12:36 pm
Re: Arduino_Core_STM32 Board Manager "2.4.0" not showing for download
2.4.0 is not yet released. It will come in the coming weeks.
-
- Posts: 16
- Joined: Tue Nov 01, 2022 12:36 pm
Re: Arduino_Core_STM32 Board Manager "2.4.0" not showing for download
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
Copy this in your boards.txt: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?
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.
-
- Posts: 16
- Joined: Tue Nov 01, 2022 12:36 pm