User Activity

Latest update to HAL library used to generate code with CubeMX brought among else assignable peripheral driver callback functions, a very nice feature. Per documentation, assignable callbacks are enabled by specifying 'USE_HAL_***_REGISTER_CALLBACKS'...
When CubeMX project is generated with FreeRTOS enabled and using CMSIS RTOS v2, function definitions for memory pool functionality are declared in 'cmsis_rtos2.h' file but their implementations are completely missing from 'cmsis_rtos2.c' or anywhere ...
I believe I am experiencing a bug in CubeMX software which is not critical but is very annoying. Every time I re-generate project code from Cube, it automatically alters .cproject file, resetting C code optimizations to -O2 level. This then leads to ...
Kudos from