Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Open the folder with your project
  • Go to the Drivers folder
  • The HAL is in the STM32[whatever your chip is]xx_HAL_Driver folder
    • For example, STM32L4xx_HAL_Driver

...

Adding chips to Embedded Sharepoint:

  • Follow this as an example of which files you need in BSP
  • Follow this as an example of which files you need in CMSIS
    • You only need the startup script specific to your chip
  • Make sure to follow the same directory structure