Hi,
I am using SPI example for MC60 Module and i am not able to test this example as I don’t know what input command I have to send to communicate through UART with Q-navigator app, and when I am trying to send these command mentioned in the example I get and error saying "Not found this command, please check your command " Please provide some help or details about how can I communicate through UART of the Q- Navigator to successfully test this SPI example.
Operation:
-
If input "Ql_SPI_Init", that will init the SPI channel.
-
If input "Ql_SPI_Config", that will configure the SPI parameter.
-
If input "Ql_SPI_Write", that will write bytes to slave equipment through SPI interface.
-
If input "Ql_SPI_Read", that will read bytes from slave equipment through SPI interface.
-
If input "Ql_SPI_WriteRead", that will read and write bytes through SPI interface.
-
If input "Ql_SPI_Uninit", that will release the SPI pins.