diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/l476rg-hal-test/Drivers/STM32L4xx_HAL_Driver/Readme_HAL_Driver.txt	Thu Jan 12 02:45:43 2017 +0300
@@ -0,0 +1,25 @@
+STM32:
+Peripheral drivers are frequently updated by silicon vendors. Maintaining the
+target support for thousands of microcontrollers would be a tremendously
+time-consuming task. We therefore recommend all STM32 developers to use the
+STM32CubeMX code generator to generate the latest versions of drivers, stacks
+and middleware for your project.
+
+STM32CubeMX integrates in to Atollic TrueSTUDIO seamlessly.
+Read more about STM32CubeMX here:
+http://www.st.com/stm32cube-pr2
+
+Read our application note on how to integrate STM32CubeMX with
+Atollic TrueSTUDIO here:
+http://www.atollic.com/resources/application-notes/
+
+After installation normally STM32F4xx HAL driver can be found in a folder.
+C:\Users\Name\STM32Cube\Repository\STM32Cube_FW_F4_V1.10.0\Drivers\STM32F4xx_HAL_Driver
+
+
+Please note!
+The STM32Cube firmware package also includes many project examples for different
+STM32 Discovery/Nucleo/EVAL boards prepared for Atollic TrueSTUDIO.
+E.g. STM32F4-Discovery GPIO Example
+C:\Users\ASW-EJ\STM32Cube\Repository\STM32Cube_FW_F4_V1.10.0\Projects\STM32F4-Discovery\Examples\GPIO\GPIO_EXTI\TrueSTUDIO\STM32F4-Discovery
+Double click on a .project file to open the example in Atollic TrueSTUDIO.