2006-02-13 07:21 PM
2006-02-09 07:58 PM
I am using BSPI0 as master to control a dac chip.
When I send data to DAC chip. BSPI0 .MOSI0 BSPI0 .SCLK0 active. But SSN hold high. I think it must active low to select the dac enable pin. I don't know why.2006-02-09 08:53 PM
Hi
In STR71x datasheet is mentioned that selecting the SPI in master mode SSN pin have to be configured in high level. But in slave mode this pin must be configured in low level See datasheet Page 227, table 41.BSPI pins I suggest configuring dac enable pin you can use other GPIO pin in output mode Best kind Punto2006-02-10 08:27 PM
When the BSPI0 in master mode. Can the SSN PIN use as GPIO?
I just want to use SSN as GPIO to select the DAC chip.2006-02-13 07:21 PM
Hi ,
In master mode the SSN PIN must be in HIGH level. You can't toggle the SSN pin when the communication starded. Best regards, Punto