User Activity

The GUI interface for defining FreeRTOS tasks dictates that stack size is specified in words. That generates a call to CMSIS V2's osThreadNew() which requires attributes.stack_size to be specified in bytes. (The CMSIS layer then divides that by 4 to ...
Posted on July 03, 2018 at 00:08I'm trying to build a simple 'hello world' program on the STM32H743 using the Makefile option and the standard Ubuntu arm-none-eabi-gcc V 4.9.3.  At this stage my program doesn't even do floating point, but it will ev...
Posted on March 06, 2018 at 23:19I recently upgraded my CubeMX from 4.18.0 to 4.24.0 and was  very pleased to see a new 'Makefile' option under Project->Settings->Toolchain/IDE.   I'd previously used SW4STM32 and then ran a python script to generate...
Posted on January 04, 2017 at 07:53I'd like to migrate a project from using the internal RC on the STM32F091RC to the 8MHz HSE clock that comes down from the on-board ST-LINKV2's MCO signal.  I use STM32CubeMX to generate SystemClock_Config().  On t...
Kudos from