• [C51] : WHY RECURSIVE CALL TO SEGMENT ?
    in c51 i use function pointer : code void (*serial_tabel []) () ={ func_0, func_1, func_2, func_3,func_4 }; static void func_0 (){ strcpy(SPackData,"ngetit 0"); SendPack (); } static...
  • C51: L48: IGNORED RECURSIVE CALL
    I just migrated a project from Keil 3 to Keil 5 (C51 = V9.56.0.0 & LX51 4.66.66.0 I get the following (new) warnings: *** WARNING L48: IGNORED RECURSIVE CALL CALLED: _SMBUS_SET_PACKET_DATA/SMBUS...
  • too many Warnings and errors after file implementation
    Hi, I have an existing project which contains my code and code of a library and I would add again a little part from this same library (Atmel) 3 new files ( file.c, fs_varaiable.c and fat.c) at this...
  • uLink error: "Too many JTAG devices in chain"
    Hi folks I tried to download a binary file to an STR911FAM44X6 with the demo version of uVision4. Unfortunately, it says "Too many JTAG devices in chain". I do not understand that message, since...