• 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...
  • 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'...
  • Where does the conf_tny.a51 live?
    Hello All! Where can I get the file conf_tny.a51? The documentation has the references to that file but that file doesn't exist in DEMO-version of 8051 Tools.
  • error A45: UNDEFINED SYMBOL in Conf_tny.a51
    I use the same Conf_tny.a51 file in a project with and without bank switching. And in the project that uses banks, I have the error A45 with the STACK_ERROR object. Does someone know why it happens...
  • Can conf_tny.a51 and startup.a51 be included in one target simultaneously?
    Can conf_tny.a51 and startup.a51 be included in one target simultaneously?