Hello,
adsp21565 is connected to our soc by spi1, Currently, the demo software of sigmastudioforsharc is running on adsp21565.
First of all, at present, the spi writing and reading on my side are normal,
At present, I want to read appstatus through cmd4 mentioned in hostcontrol documentation。
The specific process is as follows:
1. I sent parameters 0x4 and 0x77777777 by cmd4
2. i read the data by spi
result: I checked the cmd4 callback function adi_ss_comm_callback_cmd4 of the demo software,can be called back normally, But I don't get any data in soc,
and I confirmed through the oscilloscope that the spi clk is sending normally, but there is no data back.
I doubt there is something wrong with adi_ss_connection_Reconfigure function, Because I can't see the concrete implementation of this function,can you help confirm it.
Or is it caused by other problems. please let me know.