You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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.