I'm trying to use the RTX os with the STM32 firmware library. I have couple of questions:-
Do I use stm32f10x_vector.s as a startup file, if so where does this file import the exception handler declarations from?
Do i need to add a modified normal stm32 startup file also?
The ST web site has a version 2.02 of the firmware, do I just need to replace the files in my Keil RV31 folder and re-build the library to use this?
Thanks.