Skip to content
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

Add stm32g0b1 support #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

azerupi
Copy link

@azerupi azerupi commented Dec 14, 2024

This adds support for the STM32G0B1 which is pretty much equivalent to the G071. This was tested on a Nucleo-G0B1RE and also on some custom hardware.

Since the G071 and G0B1 are so close I feel like there should be a better way than having two distinct Mcu directories. But the G0B1 required an updated CMSIS package and for now I didn't want to touch to the G071.

@tridge
Copy link
Member

tridge commented Dec 30, 2024

Since the G071 and G0B1 are so close I feel like there should be a better way than having two distinct Mcu directories. But the G0B1 required an updated CMSIS package and for now I didn't want to touch to the G071.

did you try loading the G071 build on your G0B1 Nucleo? Maybe it is close enough to work?

@tridge
Copy link
Member

tridge commented Dec 30, 2024

@azerupi you also need to update the MCU list in bl_update/make_amj.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants