As ErichS say, or you can use SDK OSIF module , function void OSIF_TimeDelay(const uint32_t delay).
SysTick timer is used in this function,and SysTick interrupt will be enabled when you call this function, and will always run without another disable action.