STM32G0 support #876
Replies: 1 comment 1 reply
-
The first step is to capture the "C" symbol used for compiling. If you turn on verbose compiler output in the preferences, when you compile one of the very long lines will list "most" defines used. The one to look for is usually starts with ARDUINO_ARCH. With ARM chips, there also various custom ones but with STM usually its ARDUINO_ARCH_STM32*. It's a real wild west with ARM and there are no real consistent standards so it will take a little digging. Then find the NeoArmMethod.h in my library, and look for a compatible |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm interested to use this library in my projects based on STM32G0 series. After some tries I could simply adapt current code to make it work.
Does anyone of you have some suggestions on how could it be done?
Best regards,
Greg
Beta Was this translation helpful? Give feedback.
All reactions