Hello,
I am new to STM32 and RTX, and i am following the example: Modify the device startup file to enable SWI_Handler function: Comment out the following line from the startup file: SWI_Handler B SWI_Handler
Add the following line to the startup file: IMPORT SWI_Handler
But this line is not present in the startup file STM32F10x.s
What do i need to do?
Kasper