Posted on February 25, 2005 at 04:05Hi, Please help me, in our application, interrupt is forbidden to use for timer. And I must change the PA7 output every 500ms. And the below is my program, my questions is that why when we test the software, it ap...
Posted on January 06, 2005 at 23:22Yeah, it works. Thanks you /* Disable SSCRIR and SSCTIR */ SSCRIR =0; SSCTIR =0; /* transfer data */ SSCTB = data; while (SSCTIR==0) { PatDog(); } SSCTIR=0; /* receive data*/ while (SSCRIR ==0) { PatDo...
Posted on January 06, 2005 at 04:36We use ST10 as the master and ST7 as the slave. St7 driver is OK and can communicate with MPC561. But our ST10 SPI can connect with ST7. We check the polarity, phase and Baudrate, but no problem. Now we want to add...