8000 STM32CubeF4 - a panacea? · Issue #337 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content
STM32CubeF4 - a panacea? #337
Closed
Closed
@dpgeorge

Description

@dpgeorge

Two weeks ago, ST released a firmware library that seems to be the answer to many of our problems. It's called STM32CubeF4 and is a HAL firmware library for the STM32 series of microcontrollers. At the moment it only supports the STM32F4xx series, but that's fine for the pyboard.

Here are the main points:

  • Is intended as a replacement for the peripheral driver library.
  • Provides a neat HAL for all STM32 devices, adressing issue mbed HAL #11.
  • The HAL is now released under a BSD license, addressing issue Need to work out license of STM libraries #26.
  • Includes updated USB drivers, including host and device.
  • Includes FatFS support (same as the one currently in use, by ChaN).
  • Includes TCP/IP (useful in the future).

See here http://www.st.com/web/en/catalog/tools/PF259243#

I'd say we move to using this new set of libraries ASAP. I'll work on it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0