Skip to content

Add STM32 WB series basic support and P-Nucleo WB55 variant #450

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 7 commits into from
Feb 25, 2019

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Feb 21, 2019

This PR add the STM32 WB series basic support based on STM32 WB HAL and CMSIS v1.0.0.
This also add the support of P-Nucleo WB55.

Restrictions:

  • Upload only available thanks the Mass Storage. STLink is not updated to support WB target, anyway it is possible to use the STM32CubeProgrammer to upload manually the binary.
  • BLE (so cpu2) is not supported. This will be handle in other development.

Test performed:

  • GPIO
  • ADC
  • PWM
  • I2C (EEPROM RW, I2C scanner)
  • SPI (SD, TFT)
  • EEPROM emulation (put/get on flash page number 127)
  • RTC
  • LowPower
  • IWDG
  • FreeRTOS
  • Firmata
  • Tone melody
  • Serial
  • USB CDC/HID

@fpistm fpistm added new variant Add support of new bard New feature labels Feb 21, 2019
@fpistm fpistm added this to the 1.5.1/1.6.0 milestone Feb 21, 2019
@fpistm fpistm self-assigned this Feb 21, 2019
Included in STM32CubeWB FW V1.0.0

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

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

Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
@fpistm fpistm merged commit 9980588 into stm32duino:master Feb 25, 2019
@fpistm fpistm deleted the STM32WB branch February 25, 2019 09:26
benwaffle pushed a commit to benwaffle/Arduino_Core_STM32 that referenced this pull request Apr 10, 2019
Add STM32 WB series basic support and P-Nucleo WB55 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