Is there already STM32G0B1CBT6 Support #1773
-
Good day. I'm currently trying to use the STM32G0B1CBT6 with your core, but slightly confused as to whether the definition is already there and I'm just overlooking it, or if I need to define it myself. I see there is reference to "ARDUINO_GENERIC_G0B1CBTX" in "hardware\stm32\2.3.0\variants\STM32G0xx\G0B1C(B-C-E)(T-U)_G0C1C(C-E)(T-U)\variant_generic.cpp" however I cannot seem to locate the matching entry in the Arduino 1.8.19 IDE. Please advise if I'm missing something obvious (I cant find the keywords for any similar issues), as I would like to use this as the core chip for the Open source project, PolyFormer https://github.com/Reiten966/Polyformer Many thanks for any advice |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The solution looks to be issues to be fixable by copying the contents (excluding header) of ...\STMicroelectronics\hardware\stm32\2.3.0\variants\STM32G0xx\G0B1C(B-C-E)(T-U)_G0C1C(C-E)(T-U)\boards_entry.txt to the end of ...\STMicroelectronics\hardware\stm32\2.3.0\boards.txt. And adding the ldscript.ld (to the folder containing boards_entry.txt) generated by following the guide. |
Beta Was this translation helpful? Give feedback.
Hi @alextrical
yes you have to declare it, see this wiki page:
https://github.com/stm32duino/wiki/wiki/Add-a-new-variant-%28board%29