Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:stm32 [2022/12/21 11:52] – [STM32duino] darron | tools:stm32 [2024/10/08 15:06] (current) – [Board support packages] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====STM32=== | + | ====STM32Cube/ |
ST micro supply tools to target STM32 devices, they include | ST micro supply tools to target STM32 devices, they include | ||
Line 62: | Line 62: | ||
for reference or usage. | for reference or usage. | ||
- | This may be used to build a standalone application with or without Arduino support. | + | This may be used to build a standalone application with or without Arduino support |
+ | on any platform we choose to develop on which has access the the ARM compiler. | ||
+ | |||
+ | This is preferred way to develop for STM32 on a Raspberry Pi, for example. | ||
https:// | https:// | ||
Line 73: | Line 76: | ||
</ | </ | ||
+ | ===Board support packages=== | ||
+ | |||
+ | The board support packages exist for various ST development boards and ST components. | ||
+ | |||
+ | < | ||
+ | mkdir -p /opt/BSP | ||
+ | </ | ||
+ | |||
+ | ==LAN8742 Ethernet PHY== | ||
+ | |||
+ | < | ||
+ | cd /opt/BSP | ||
+ | git clone https:// | ||
+ | </ | ||
+ | |||
+ | ==STM32H745I DISCOVERY== | ||
+ | |||
+ | < | ||
+ | #! /bin/sh | ||
+ | mkdir -p /opt/BSP && cd /opt/BSP | ||
+ | git clone https:// | ||
+ | git clone https:// | ||
+ | git clone https:// | ||
+ | git clone https:// | ||
+ | git clone https:// | ||
+ | git clone https:// | ||
+ | git clone https:// | ||
+ | </ | ||
+ | ===TinyUSB=== | ||
+ | |||
+ | < | ||
+ | cd /opt | ||
+ | git clone https:// | ||
+ | </ | ||
+ | ===Resources=== | ||
+ | |||
+ | [[https:// |