This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Adding CONF_TNY.A51 to Traffic.c example

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?

Parents Reply Children
No data