|
Hello, I have a custom board with STM32F031C6TX mcu, and would like to test SimpleFOC library. Since this current board/mcu isn't yet supported in STM32 2.3 (but I see it on a list of version 2.4) I am looking for other solutions. What would be the best approach to solve this? Maybe another IDE, how can I add support/add custom mcu? Edit: When is the release of the 2.4 version? Thank you in advance for your answers, Tadej |
Answered by
fpistm
Sep 29, 2022
Replies: 2 comments
|
Hi, you can simply copy the required files from the main branch and declare it to the boards.txt: https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32F0xx/F031C(4-6)T Lines 1139 to 1145 in 5818d75 2.4.0 will be release in the coming weeks. |
0 replies
Answer selected by
fpistm
|
Solved! 🗡️ Thank you very much. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
you can simply copy the required files from the main branch and declare it to the boards.txt:
https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32F0xx/F031C(4-6)T
Arduino_Core_STM32/boards.txt
Lines 1139 to 1145 in 5818d75
2.4.0 will be r…