FreeRTOS_MPU
STM32Cube_FW_L4_V1.18.0\Projects\NUCLEO-L476RG\Applications\FreeRTOS\FreeRTOS_MPU
I am trying to debug the usage of FreeRTOS_MPU using the NUCLEO-L476RG board.
But the code failed at HAL_Init() -
if (HAL_InitTick(TICK_INT_PRIORITY) != HAL_OK)
{
status = HAL_ERROR;
}
Anyone has any idea ?
p.s.
I loaded up the other FreeRTOS example and works OK.
STM32Cube_FW_L4_V1.18.0\Projects\NUCLEO-L476RG\Applications\FreeRTOS\FreeRTOS_ThreadCreation
