Mercurial > pub > halpp
comparison l476rg-hal-test/Drivers/STM32L4xx_HAL_Driver/Readme_HAL_Driver.txt @ 0:32a3b1785697
a rough draft of Hardware Abstraction Layer for C++
STM32L476RG drivers
author | cin |
---|---|
date | Thu, 12 Jan 2017 02:45:43 +0300 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:32a3b1785697 |
---|---|
1 STM32: | |
2 Peripheral drivers are frequently updated by silicon vendors. Maintaining the | |
3 target support for thousands of microcontrollers would be a tremendously | |
4 time-consuming task. We therefore recommend all STM32 developers to use the | |
5 STM32CubeMX code generator to generate the latest versions of drivers, stacks | |
6 and middleware for your project. | |
7 | |
8 STM32CubeMX integrates in to Atollic TrueSTUDIO seamlessly. | |
9 Read more about STM32CubeMX here: | |
10 http://www.st.com/stm32cube-pr2 | |
11 | |
12 Read our application note on how to integrate STM32CubeMX with | |
13 Atollic TrueSTUDIO here: | |
14 http://www.atollic.com/resources/application-notes/ | |
15 | |
16 After installation normally STM32F4xx HAL driver can be found in a folder. | |
17 C:\Users\Name\STM32Cube\Repository\STM32Cube_FW_F4_V1.10.0\Drivers\STM32F4xx_HAL_Driver | |
18 | |
19 | |
20 Please note! | |
21 The STM32Cube firmware package also includes many project examples for different | |
22 STM32 Discovery/Nucleo/EVAL boards prepared for Atollic TrueSTUDIO. | |
23 E.g. STM32F4-Discovery GPIO Example | |
24 C:\Users\ASW-EJ\STM32Cube\Repository\STM32Cube_FW_F4_V1.10.0\Projects\STM32F4-Discovery\Examples\GPIO\GPIO_EXTI\TrueSTUDIO\STM32F4-Discovery | |
25 Double click on a .project file to open the example in Atollic TrueSTUDIO. |