Hi!
I am pretty new to stm32 ARM muc's. I am trying to learn as much as fast as i can. Right now i am wondering how libraries there works. I am aware that when i create project in atollic studio and chose the right mcu (discovery board), the Atollic will automatically copy and include path for drivers. For example:
* @file stm32f4xx_gpio.c
* @author MCD Application Team
* @version V1.1.0
* @date 11-January-2013
There is also include path for "utilities" where are located...
stm32f407 discovery board + atollic + cube mx libraries?
I am pretty new to stm32 ARM muc's. I am trying to learn as much as fast as i can. Right now i am wondering how libraries there works. I am aware that when i create project in atollic studio and chose the right mcu (discovery board), the Atollic will automatically copy and include path for drivers. For example:
* @file stm32f4xx_gpio.c
* @author MCD Application Team
* @version V1.1.0
* @date 11-January-2013
There is also include path for "utilities" where are located...
stm32f407 discovery board + atollic + cube mx libraries?