2003-08-19 07:57 AM
2011-05-17 02:55 AM
Hello,
I would like to know if the uPSD has a SPI interface. If don't, can I simulate one by writting some SPI's functions. Best regards Christian2011-05-17 02:55 AM
Hi,
Use mode 0 of the UART, this uses RX as data in/out and TX as clock. The datarate is fixed. regards, Simon2011-05-17 02:55 AM
Ok,
I cannot change the clk frequency? Could I change the clk frequency by setting it in the config registry? Regards2011-05-17 02:55 AM
hum, the ST Mode-0 has only 2 I/O (SCk and SData), but the SPI memory has 3 wires (SCk, SDataIn and SDataOut).
Is the ST MCU can communicate with 2 I/O to transfer and receive data from the memory? Regards