Newbie question I'm trying to add CONF_TNY.A51 to the traffic.c example so that I can change the value of INT_CLOCK to reflect the real value of the hardware. 'INT_CLOCK EQU 12283 ; 14.74Mhz clock' Per the help files, I've copied the CONF_TINY.A51 file from the C:\Program Files\Keil\C51\RTX_TINY directory to the C:\Program Files\Keil\C51\EXAMPLES\TRAFFIC directory and added it to the project source group. All seems well. However, when I build the target, I get the following error message which doesn't seem to be described in the documentation. Build target 'Simulator: Small Model' compiling TRAFFIC.C... compiling SERIAL.C... compiling GETLINE.C... assembling CONF_TNY.A51... CONF_TNY.A51(1): error A43: RESPECIFIED PRIMARY CONTROL Target not created What am I doing wrong?
Never mind. I discovered there is another example of traffic.c with Conf_tny.a51 already included in the project. Its in the RTX_TINY2 directory.