Skip to content

Add STM32 G0 support and Nucleo-G071RB variant #459

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

Merged
merged 8 commits into from
Mar 6, 2019

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Feb 26, 2019

This PR add the STM32 G0 support based on STM32 G0 HAL and CMSIS v1.1.0.
This also add the support of Nucleo-G071RB

Fix #438

Restrictions:

  • Upload only available thanks the Mass Storage. STLink is not updated to support G0 target, anyway it is possible to use the STM32CubeProgrammer to upload manually the binary.
  • Workaround for mass storage upload: Current ST-Link firmware limits the RAM size to 32k while 36k is
    available if parity check is disabled. This could be revert when ST-Link firmware properly handle this.

Tests:

  • GPIO
  • ADC
  • PWM
  • I2C (EEPROM RW, I2C scanner)
  • SPI (SD, TFT)
  • EEPROM emulation
  • RTC
  • LowPower
  • IWDG
  • FreeRTOS (frLiuLayland failed as for F0)
  • Firmata
  • Tone melody
  • Serial

@fpistm fpistm added new variant Add support of new bard New feature on going Currently work on this labels Feb 26, 2019
@fpistm fpistm added this to the 1.5.1/1.6.0 milestone Feb 26, 2019
@fpistm fpistm self-assigned this Feb 26, 2019
@fpistm fpistm mentioned this pull request Feb 26, 2019
fpistm added 8 commits March 5, 2019 10:46
Included in STM32CubeG0 FW V1.1.0

Signed-off-by: Frederic.Pillon <[email protected]>
Included in STM32CubeG0 FW V1.10

Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
CMSIS Cortex-M0+ Device Peripheral Access Layer System Source File.
This provides system initialization template function is case of
an application using a STM32G0 device

Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Current ST-Link firmware limits the RAM size to 32k while 36k is
available if parity check is disabled.
This could be revert when ST-Link firmware properly handle this.

Signed-off-by: Frederic.Pillon <[email protected]>
@fpistm fpistm removed the on going Currently work on this label Mar 6, 2019
@fpistm fpistm merged commit a514a1a into stm32duino:master Mar 6, 2019
@fpistm fpistm deleted the STM32G0 branch March 6, 2019 14:29
benwaffle pushed a commit to benwaffle/Arduino_Core_STM32 that referenced this pull request Apr 10, 2019
Add STM32 G0 support and Nucleo-G071RB variant
@fpistm fpistm added enhancement New feature or request and removed New feature labels Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new variant Add support of new bard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant