Tool/software:
Hello,
I'm trying to send a reset command via SPI, but the device doesn't respond as expected. According to the specification, when the reset command 0x11
is executed successfully, the device should respond with 0xFF28
. However, it currently replies with 0x11
, indicating that the reset was not executed.
Where does the timing parameter tREGACQ come into play in this context?
Greetings and thanks
Markus