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'm using the uvision Configuration Wizard and a board in different versions in HW. Is there a way to provide different settings by ConfWiz like following?
#define HW_Version 1 // // Timer clock value [Hz] // Defines the timer clock value. // Default: 12000000 (12MHz) #ifndef OS_CLOCK #if HW_Version == 1 #define OS_CLOCK 12000000 #elseif HW_Version == 2 #define OS_CLOCK 8000000 #endif #endif
Another way to support project "variants" - nothing to do with the Configuration Wizard - is to use different Project Targets: www.keil.com/.../uv4_ca_projtargfilegr.htm
See: http://www.keil.com/forum/64420/#/msg212671
So you could try re-posting to see if it comes out legibly this time. (as a reply here - not a new thread)
Do pay attention to the instructions for posting source code.