Posted on August 14, 2014 at 18:46hi, I'm novice with STM32CubeMX HAL + FreeRTOS with KEIL MDK-ARM ulink2 I have problems, with SysTick probably, HAL_RCC_ClockConfig, because it genere HardFault_Handler. When xPortSysTickHandler() in SysTic...
Posted on August 19, 2014 at 11:49Hi, I solve the problem by regenerating code with STM32Cube MX with theses changes in FreeRTOS config : USE_PREEMPTION : disabled USE_TRACE_FACILITY : disabled now it seems ok and I can discover my first RTO...