We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I just downloaded the STM32F10x_StdPeriph_Lib_V3.3.0 from ST and want to include it in the uVisions include-path section.
uVision have a 'stm32f10x.h' file associated and the entry point to the downloaded C-library also goes by the name 'stm32f10x.h' but is newer.
How do I ensure that uVision uses the most recent stm32f10x.h file I added myself?
sorry for the trivial question
Thanks Thomas
Its not a trivial question. Dealing with the 'new' STM library can be a pain.
Since I don't rely on IDE include paths, I localize all routines and headers right into my project directory so I use #include "STM_file.h" and not #include <STM_file.h>.
I'm sure others out there might help you though.
--Cpt. Vince Foster 2nd Cannon Place Fort Marcy Park, VA
Hi
Thanks for your advice...I will follow that
Thanks Again Thomas