Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


You are viewing a reply to Avoiding HAL in project wizard  

Avoiding HAL in project wizard

France

Hi Sebastian,

What do you mean by “avoiding HAL for bare metal programming”?

If you really want to have no firmware at all, just select “No firmware”; otherwise you may have the choice between two different firmware libraries:

  1. Cube HAL:
    • This is the most recent set of firmware libraries, available on all MCUs
    • This is usually the library to use for new projects, except for special cases (for example if you are using it on other projects)
  2. StdPerih:
    • This is the legacy firmware library; it is no more developped (only bug fixes) and is not available for the newer MCU series (like L4 for example).
    • It is mainly meant to be used for existing projects that were initially developped using StdPeriph before HAL existed


Hope this clarifies things

Bernard (Ac6)