Adding Board b-g431b-esc1 stm32 discovery kit#1236
Closed
owennewo wants to merge 8 commits intostm32duino:masterfrom
Closed
Adding Board b-g431b-esc1 stm32 discovery kit#1236owennewo wants to merge 8 commits intostm32duino:masterfrom
owennewo wants to merge 8 commits intostm32duino:masterfrom
Conversation
Member
Contributor
Author
|
FYI: Here is a matching PR for the board.json file in |
fpistm
reviewed
Nov 12, 2020
Added HAL_FDCAN as this board has a fdcan transceiver on pcb. Tested.
bg1729
reviewed
Mar 1, 2021
ABOSTM
added a commit
to ABOSTM/Arduino_Core_STM32
that referenced
this pull request
Mar 23, 2021
Supersede stm32duino#1236 Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
fpistm
pushed a commit
to fpistm/Arduino_Core_STM32
that referenced
this pull request
Mar 24, 2021
Supersede stm32duino#1236 Signed-off-by: Owen Williams <williams.owen@gmail.com> Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
27 tasks
Member
fpistm
pushed a commit
to fpistm/Arduino_Core_STM32
that referenced
this pull request
Mar 24, 2021
Supersede stm32duino#1236 Signed-off-by: Owen Williams <williams.owen@gmail.com> Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
fpistm
pushed a commit
to fpistm/Arduino_Core_STM32
that referenced
this pull request
Mar 28, 2021
Supersede stm32duino#1236 Signed-off-by: Owen Williams <williams.owen@gmail.com> Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
fpistm
pushed a commit
to fpistm/Arduino_Core_STM32
that referenced
this pull request
Mar 30, 2021
Supersede stm32duino#1236 Signed-off-by: Owen Williams <williams.owen@gmail.com> Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
fpistm
pushed a commit
to fpistm/Arduino_Core_STM32
that referenced
this pull request
Mar 30, 2021
Supersede stm32duino#1236 Signed-off-by: Owen Williams <williams.owen@gmail.com> Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
fpistm
pushed a commit
to fpistm/Arduino_Core_STM32
that referenced
this pull request
Apr 2, 2021
Supersede stm32duino#1236 Signed-off-by: Owen Williams <williams.owen@gmail.com> Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
fpistm
pushed a commit
to fpistm/Arduino_Core_STM32
that referenced
this pull request
Apr 8, 2021
Supersede stm32duino#1236 Signed-off-by: Owen Williams <williams.owen@gmail.com> Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
fpistm
pushed a commit
to fpistm/Arduino_Core_STM32
that referenced
this pull request
Apr 9, 2021
Supersede stm32duino#1236 Signed-off-by: Owen Williams <williams.owen@gmail.com> Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
fpistm
pushed a commit
to fpistm/Arduino_Core_STM32
that referenced
this pull request
Apr 9, 2021
Supersede stm32duino#1236 Signed-off-by: Owen Williams <williams.owen@gmail.com> Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
fpistm
pushed a commit
to fpistm/Arduino_Core_STM32
that referenced
this pull request
Apr 9, 2021
Supersede stm32duino#1236 Signed-off-by: Owen Williams <williams.owen@gmail.com> Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
fpistm
pushed a commit
to fpistm/Arduino_Core_STM32
that referenced
this pull request
Apr 12, 2021
Supersede stm32duino#1236 Signed-off-by: Owen Williams <williams.owen@gmail.com> Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
fpistm
pushed a commit
to fpistm/Arduino_Core_STM32
that referenced
this pull request
Apr 15, 2021
Supersede stm32duino#1236 Signed-off-by: Owen Williams <williams.owen@gmail.com> Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
fpistm
pushed a commit
to fpistm/Arduino_Core_STM32
that referenced
this pull request
Apr 15, 2021
Supersede stm32duino#1236 Signed-off-by: Owen Williams <williams.owen@gmail.com> Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
https://www.st.com/en/evaluation-tools/b-g431b-esc1.html
This board is one of the stm32 discovery kit and can be used to control bldc motors e.g. for drones. It has a
stm32g431cbu6(48pins) and uses a chip fairly similar to the existingnucleo_g431rbboard (64pin).This board does not have any arduino r3 pins but you can solder approximately 12 contacts (rx, tx, hall sensors, swdio, can, pwm).
Validation
I've uploaded a blink sketch to this board using this config (using platformio).