0
|
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.
|