Posted on August 25, 2006 at 13:57Hi, Is it possible to transmit informaion on SCI ports with a bauds rate equals to 57600 or not? I have ST72334 with a quartz (8MHz).It doesn't work. But with a quarz 16MHz, is it possible to communicate? SCIETPR=0x...
Posted on February 21, 2006 at 09:14My problem is : when I read Char tab[6][50]; in main The compiler said : #error clnk sample.lkf:1 bad address (0x1dc) for zero page symbol c_y #error clnk sample.lkf:1 bad address (0x1e6) for zero page symbol _dec...
Posted on February 17, 2006 at 16:06Hello every body, I want to declare a big table in a RAM and there isn’t any space in zero page. So, I have tested this code : In main @data1 char tab[6][50]; And in .lkf +seg .data1 –b0x0100 The compiler said...