2005-04-02 04:18 PM
2005-03-29 01:29 AM
Hi Everybody
I am using ST72F324 controller and it suppose to communicate with other controller (ST7 is the slave). The problem is that the spi send is stuck at the wait for SPIF flag (wait btjf SPICSR,#7,wait). Thanks Hkobi2005-04-02 04:18 PM
As a slave, the micro waits for the clock provided by master. Check from master side if the clock is provided, if yes there shall not be any problem.
Check the ST7 software library examples if you doubt the software.