Once again (RESOLVED!) "Symbol 'SysTick_IRQn' could not be resolved"
I gained “Symbol ‘SysTick_IRQn’ could not be resolved” in main.c ( HAL_NVIC_SetPriority(SysTick_IRQn, 15, 0); )
Project was genereated in CubeMX.
As I can see and realize the pathes in project files generated in CubeMX were relative and, after copying into Eclipse’s set workspace, they had became wrong.
I am newbee and do not know CubeMX and the Workbench in detail. If anybody knows right (or defferent) way to resolve the problem I will be happy to hear the solution!
TNX