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've to modify a code previously written in Tasking compiler and at many places I find code like _rom USIGN08 TempTable[CAL_TEMPERATURES] _at(0xf35c)= { 0x0F,0x28,0x51,0x7A,0x8F }; Here the TempTable array is to be located at code address 0xf35c and also to be initialized. As per Keil compiler book, variables can be located at absolute location using _at_ but can not be initialized. Is there a way to do this? Thanks, Rajesh
"After using GNU Tools I'm used to Makefiles now." ALL of the Keil tools can be called from the command line; therefore, you can use a makefile instead of the uVision build if that's what you prefer. You could invoke it from the Tools menu, if you want...