mohamadpb wrote on Tuesday, December 05, 2017:
Hello
i tried to run port FreeRtos V9 to stm32f103 with iar compiler made project my self.but when debugging , after call vTaskStartScheduler(); microcontroller jump to
PUBWEAK SVC_Handler
SECTION .text:CODE:REORDER:NOROOT(1)
SVC_Handler
B SVC_Handler
my main.c : https://www.dropbox.com/s/0adlqi7hobv7ply/main.c?dl=0
what is that for?also FreeRtos doesn’t work.