- Notifications
You must be signed in to change notification settings - Fork1k
Adding Board b-g431b-esc1 stm32 discovery kit#1236
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
Closed
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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
FYI: Here is a matching PR for the board.json file in |
Uh oh!
There was an error while loading.Please reload this page.
Added HAL_FDCAN as this board has a fdcan transceiver on pcb. Tested.
Uh oh!
There was an error while loading.Please reload this page.
ABOSTM added a commit to ABOSTM/Arduino_Core_STM32 that referenced this pull requestMar 23, 2021
Supersedestm32duino#1236Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
fpistm pushed a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestMar 24, 2021
Supersedestm32duino#1236Signed-off-by: Owen Williams <williams.owen@gmail.com>Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
27 tasks
fpistm pushed a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestMar 24, 2021
Supersedestm32duino#1236Signed-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 requestMar 28, 2021
Supersedestm32duino#1236Signed-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 requestMar 30, 2021
Supersedestm32duino#1236Signed-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 requestMar 30, 2021
Supersedestm32duino#1236Signed-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 requestApr 2, 2021
Supersedestm32duino#1236Signed-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 requestApr 8, 2021
Supersedestm32duino#1236Signed-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 requestApr 9, 2021
Supersedestm32duino#1236Signed-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 requestApr 9, 2021
Supersedestm32duino#1236Signed-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 requestApr 9, 2021
Supersedestm32duino#1236Signed-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 requestApr 12, 2021
Supersedestm32duino#1236Signed-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 requestApr 15, 2021
Supersedestm32duino#1236Signed-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 requestApr 15, 2021
Supersedestm32duino#1236Signed-off-by: Owen Williams <williams.owen@gmail.com>Co-authored-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Sign up for freeto 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.
Uh oh!
There was an error while loading.Please reload this page.
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_g431rb
board (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).