Description | Type | OS | Version | Date |
---|---|---|---|---|
Intel® Processor Identification Utility - Windows* Version This download installs version 6.5.115.0105 of the Intel® Processor Identification Utility for Windows*. | Software | Windows 10* Windows 8.1* Windows 8* 6 more | 6.5.115.0105 Latest | 1/15/2021 |
Intel® Processor Diagnostic Tool This download record installs the Intel® Processor Diagnostic Tool release 4.1.5.37, which is compatible with multiprocessor systems. | Software | Windows 10* Windows 8.1* Windows 8* 4 more | 4.1.5.37 Latest | 1/6/2021 |
Intel® Computing Improvement Program Intel wants to empower you by providing the best computing experience. This program uses information about your computer's performance to make product improvements in the future. (2.4.6492) | Software | Windows 10* Windows 8.1* Windows 8* | 2.4.6522 Latest | 12/30/2020 |
Intel® Graphics Media Accelerator Driver, Windows 7* 64, Windows Vista* 64 (exe) This download installs Intel® Graphics Media Accelerator Driver version 15.22.58.64.2993 (8.15.10.2993) for Windows* 7, 64-bit, and Windows Vista*, 64-bit. | Driver | Windows 7, 64-bit* Windows Vista 64* | 15.22.58.64.2993 Latest | 2/19/2013 |
Intel® Graphics Media Accelerator Driver for Windows 7* and Windows Vista* (exe) This download installs Intel® Graphics Media Accelerator Driver version 15.22.58.2993 (8.15.10.2993) for Intel® integrated graphics on Windows 7* and Windows Vista*. | Driver | Windows 7, 32-bit* Windows Vista 32* | 15.22.58.2993 Latest | 2/19/2013 |
Intel® Graphics Media Accelerator Driver, Windows 7*, and Windows Vista* (zip) This download installs version 15.22.58.2993 of the Intel® Graphics Media Accelerator Driver for Windows* 7/Vista, 32-bit. | Driver | Windows 7, 32-bit* Windows Vista 32* | 15.22.58.2993 Latest | 2/19/2013 |
Intel® Graphics Media Accelerator Driver for Windows 7*, Windows Vista, 64-Bit* (zip) This download installs version 15.22.58.64.2993 of the Intel® Graphics Media Accelerator driver for Windows 7* and Windows Vista 64-bit*. | Driver | Windows 7, 64-bit* Windows Vista 64* | 15.22.58.64.2993 Latest | 2/19/2013 |
STM32Cube MCU Full Package for the STM32F4 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits)). USB D- → Nucleo D10 (PA11) USB D+ → Nucleo D2 (PA12) USB GND → Nucleo GND; USB GND → USB Shield (don’t know if this is necessary, but it makes me feel better) Also, this is super important: remove the jumper that comes default on your Nucleo board! It bridges D2 and GND and will short out our D+ line if left in place.
Did you know that you can use the ARduino IDE with STM32 boards – this shows how to add the support
Download and install Arduino software (IDE) for the required OS. (Windows, Linux or Macinstructions)
This is the needed step to get STM32 targets added to Arduino. So carefully follow the following steps.
Boards manager concept
Arduino.cc IDE allows to add easily new board thanks the “Boards Managers“. More information about “Boards Managers” is available on Arduino.cc official website:
The corresponding STM32 cores packages are provided thanks to:
Follow the below steps to get STM32 boards installed to your Arduino IDE.
Installing STM32 Cores
1- Launch Arduino.cc IDE. Click on “File” menu and then “Preferences“.
The “Preferences” dialog will open, then add the following link to the “Additional Boards Managers URLs” field:
Click “Ok”
2- Click on “Tools” menu and then “Boards > Boards Manager”
Grupo Nucleo Driver Download Windows 10
The board manager will open and you will see a list of installed and available boards.
Select “Contributed” type.
Select the “STM32 Cores” and click on install.
After installation is complete an “INSTALLED” tag appears next to the core name.
You can close the Board Manager.
Now you can find the STM32 boards package in the “Board” menu.
Select the desired boards series: Nucleo-64 / Nucleo-144 / Discovery
Then you can find the Nucleo-64 boards available in a sub-menu of the “Tools” menu.
Troubleshooting
If you have any issue to download/use a package, you could file an issue on Github.
Or submit a topic on the stm32duino forum:
- questions on the STM32 Core
- bugs/enhancements on the STM core: Bugs and enhancements
Grupo Nucleo Driver Download
Proxy
If you have any issue to download a package, ensure to not be behind a proxy.
Else configure the proxy in the Arduino.cc IDE (open the “Preferences” dialog and select “Network” tab).
- Connect a board to the computer USB port. For this example: Nucleo L476RG
- Launch the Arduino software
- Select the Nucleo L476RG board in two steps:
a. From the “Tools > Board” menu, select the STM32 board series: Nucleo-64
b. Then from the “Tools > Nulceo 64 boards” menu, select the Nucleo L476RG
- Select the serial port from the “Tools > Port” menu
- On Mac, it’s something like /dev/tty.usbmodem-1511.
- On Windows, it’s often the highest-numbered COM port. In this example, it’s COM5
- On Linux, it’s something like /dev/ttyACM0.
(Or unplug the board, check the menu, and then plug the board and check what new port appears)
Upload method
Depending of the board, several upload method could be proposed, thanks the “Tools > Upload Method” menu
- Mass Storage: copy binary to the mass storage
- STLink: use STLink to flash
- DFU: use USB to flash
source : https://github.com/stm32duino/wiki/wiki/Getting-Started