Hi Marcin, > If I don't inicjalize TABLE_INDEKS and I put program in to mikrokontroler > program working fine( both timer working) > If I init TABLE_INDEX Timer0 don't working or not generate interrupt, Timer1 > workin fine.
I diffed the output of the two variants (.lst and .map files), but could find no hint as to why the version with TABLE_INDEKS=0 should fail: All addresses remain in the same banks/pages, code size and data size should be well within the device's capacity. In SDCC r4354, however, I fixed register allocation problems for the PIC14 port; maybe an upgrade of your version (reported to be r4341) makes your problem disappear. Please try a more recent version of SDCC and report back. Regards, Raphael ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
