• _at command not supported by Keil?
    I would like to know whether Keil C166 compiler support the following: _at (address). The _at actually forces the variable/struct to be put in a specific address. Is there any other wy to do it...
  • How to use the debug command LOAD
    Hi! When we use the command LOAD in the initialization file,we must write the command like this: LOAD Obj\ProjectA.axf But in ProjectionB,we must modify it: LOAD Obj\ProjectB.axf Does anyone can...
  • problem with the gmake command(matlab -> Keil)
    hello, I have a problem when I want to generate code from Matlab/Simulink with real time workshop for a model: That is what Matlab says to me: ### Starting Real-Time Workshop build procedure for model...
  • '_at_' command
    Hi guys! How can I compile codes with '_at_' command ? i mean with a C166 compiler, the previous guy had did the compilation using a C51 compiler but I need to compile it using C166 instead. thanks...
  • error command
    The following sequence worked in previous versions; what is the correct syntax now? #ifndef SYS_HW error: SYS_HW must be defined !! #endif