User Activity

Hello,During my development I came across this (sort of) bug which will require manual code modification if a specific FreeRTOS function is to be used.** Definition of the problem **FreeRTOS V9 has a feature to define the TCB of a task in compile tim...
Posted on April 25, 2018 at 11:09Hello,I found a bug in the latest version of CubeMX which causes the tick timer for HAL to be cleared in code if the corresponding timer pin is cleared.Steps to reproduce:1- Open project with any MCU.2- Configure SYS...
Posted on December 11, 2017 at 17:13Hello,In STM32F103C8 it states that it's possible to have Alarm set and use the interrupts , however in CubeMX there's no option for generating the code like the Other MCU which have Calender as well.Page 491 of  ...
Posted on December 02, 2017 at 13:48in the HAL manual both implement the same &sharpdefine __HAL_GPIO_EXTI_CLEAR_IT (__EXT_LINE__)     (EXTI->PR=(__EXTI_LINE__))&sharpdefine __HAL_GPIO_EXTI_CLEAR_FLAG (__EXT_LINE__)     (EXTI->PR=(__EXTI_LINE__))wh...
Posted on December 02, 2017 at 10:36Hello,CubeMX is a good software but there are many things it's still missing, it'd be very neat to have these options implemented:1- A Timer calculator similar to the external tool by mikroelectronika but for all ...
Kudos from