2008-08-19 07:54 PM
ST10F272 XSSC Interface does not work
2008-08-17 11:06 PM
it seems as if the cpu does not recognize, that data is in the transmit register. The output port and sclk remain high.
i write to the register using that: unsigned int volatile sdata* near pui16XSSCTB = 0xE806; #define XSSCTB (*pui16XSSCTB) XSSCTB = 0xAA; what can be the failure? I used XSSCPORT to init the ports, and i can change the ports using the bits in the mentioned word, but ssc does not work.2008-08-19 12:10 AM
Which value did you write to XSSCCON (with XSSCEN = 0)? Did you configure the XSSC for operating in master mode?
How did you configure the XSSC - Pins (i think like described in Table 56 in the User Manual)?2008-08-19 07:54 PM
Hi,
meanwhile it works. I didnt use the XDP-Registers to configure the Port-Pins. *argh*