User Activity

Posted on June 29, 2014 at 14:47 Hi, in the stm32cube in file ''stm32f429i_discovery_lcd.c'' following include files are not coming with the stm32cube-package. #include ''..\..\..\Utilities\Fonts\fonts.h'' #include ''..\..\..\Uti...
Posted on June 25, 2014 at 17:54 Hi, I want to use the HAL_Delay() function from the stm32cube ''stm32f4xx_hal.c''. For proper functionality it requires the HAL_IncTick() to increase the ''uwTick'' variable. But where is the function...
Posted on June 25, 2014 at 12:14Hi, I am trying to understand the differences between the different libs for the stm32F4xx development. As newbie its not easy to get the overview. Here are the terms I want to understand: 1) CMSIS: Standardization l...
Posted on June 24, 2014 at 09:59I am a little bit confused about the differences between the ''standard peripherals lib'' and the ''stm32cube''. Here is what I figured out so far: Most of the tutorials I found for the stm32f4xx are using the standar...
Posted on June 23, 2014 at 18:10 Dear experts, as a beginner I am starting on a stm32f429-disco board using eclipse with the gnu-arm-plugin and the gnu-arm-eabi toolchain in linux. I adopted the example from ''STM32Cube_FW_F4_V1.1.0/Proj...