-
-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stm32 C0 Family - Missing Board #693
Comments
I would like to use this board as well and together with zephyr. Can anyone help me with how I could implement this? |
The Arduino core v2.5.0 added support for C031C6 back in end of march but the last update of the Arduino core was to v2.4.0 back in 15.5.0. |
I made a board definition for the nucleo-c031c6: It kind of works but not entirely as expected or I would have opened a pull-request for this. I am using the development version of platform-ststm32 now but that also makes no difference. |
I just tried this again in order to perhaps put in a pull request but now my board definition does not work anymore: Looks like there was a change to PlatformIO itself that removed framework-stm32cubec0??? |
I tried this again adding my nucleo_c031c6.json to .platformio\platforms\ststm32\boards after installing 17.2.0 and I can not get this to work anymore. It really would be nice if someone could take a look at this who has some understanding of what is going on there in regards of PlatformIO. Overall I have to say that PlatformIO really is nice as long there already is support for the board you want to use and when the board definition supports the framework you like to use. |
I got the same error after making a custom board definition for the STM32C0116-DK. (It works in Arduino, but I can't use Arduino due to the license) What do we need to do to get it to recognize c0 for stm32cube? |
This is still a problem with the current PlatformIO version. My suggestion is just like this issue #686 is adding the C0 chip range package: https://github.com/STMicroelectronics/STM32CubeC0 to the PlatformIO registry. Currently I'm tight on time but I will have a try to update it whenever I do have some. |
Hello,
I can't find nucleo board stm32 C031C6. https://www.st.com/en/evaluation-tools/nucleo-c031c6.html
C0 it's quite new stm32 family with Cortex M0+ but becomes popular. There are more and more each day, it would be really useful to programming it on PlatformIO.
The text was updated successfully, but these errors were encountered: