commit for FreeRTOS config with 4K heap and 64 words minimal stack size based on CMSIS_V1 interface.
This commit is contained in:
@@ -70,6 +70,8 @@ void HAL_MspInit(void)
|
||||
__HAL_RCC_PWR_CLK_ENABLE();
|
||||
|
||||
/* System interrupt init*/
|
||||
/* PendSV_IRQn interrupt configuration */
|
||||
HAL_NVIC_SetPriority(PendSV_IRQn, 3, 0);
|
||||
|
||||
/* USER CODE BEGIN MspInit 1 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user