• about conf_tny.a51
    In my project, Some events must be checked per 1ms.so i want to add the code to the tick ISR in the conf_tny.a51. but i do not want the Task Switching tick so small. i want to Keep the Task Switching...
  • C51: Include STARTUP.A51 or not
    Dear Sir, If the project doesn't include the STARTUP.A51, it includes the C51L.LIB automatically. If it includes the STARTUP.A51, the startup function of C51L.LIB will be replaced by STARTUP.obj. Other...
  • startup.a51
    Hello, I'm using a 8051 chip with 2K of internal data RAM (T89C51SND1). (I'm not using any external memory). May I know how should I set the IDATALEN, XDATASTART, XDATALEN variable in the startup.a51...
  • 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'...
  • Can't build with conf_tny.a51 in project
    I get the error CONF_TNY.A51(1): error A43: RESPECIFIED PRIMARY CONTROL for the 1st line the file which is $DEBUGPUBLICS TIA Andy