User Activity

Posted on December 12, 2015 at 23:45Using cube hal in SW4STM32 with -Wall -Wextra give lots of warnings like: STM32Cube_FW_F4_V1.9.0/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c: In function 'HAL_SPI_MspInit': STM32Cube_FW_F4_V1.9.0/Drivers/...
Posted on November 28, 2015 at 03:42Using STM32Cube_FW_F4_V1.9.0 and setup a project with CubeMX 4.11 and using Freertos. I usually build with -Wundef. When compiling cmsis_os.c, I earn a: core_cmFunc.h:501:12: warning: ''__CORTEX_M'' is not define...
Posted on November 26, 2015 at 14:06Working with: Stm32F401C-DiscoSTM32Cube_FW_F4_V1.9.0CubeMX 4.11.0 SW4STM32 In my project, I need to setup a timer (e.g. TIM3) directly in hand written code. I struggled around on the question, what is the offic...
Posted on November 22, 2015 at 17:01In my Stm32F401 based project, I use CubeMX 4.11.0 for generation of initialization code. My IDE & toolchain is SW4STM32. Within the generated code, there is also the linkerscript STM32F401VCTx_FLASH.ld, which con...
Posted on November 20, 2015 at 02:25In my Stm32F4 applicarion, I am using (a.o.) sw4stm32, cubemx and Freertos. Some of the GPIO I need to access from different threads and even from from ISR. Access means, changing port state, reading port state, r...
Kudos from