Page 2 of 2

Re: Problem with converting arduino SPI into IDF

Posted: Mon May 18, 2020 7:02 am
by Sprite
Also note that the ESP32 will raise /CS between transactions... not sure if that is what you want. If not, you probably want to send the command and receive the response in the same transaction.

Re: Problem with converting arduino SPI into IDF

Posted: Wed May 20, 2020 12:21 pm
by vishal.borle
Thanks for your suggestions.
Now we are able to read version data from ADE chip by changing VSPI to HSPI then communication done.
But problem for transmitting data to ADE chip address and value.
How I know whether data successfully transmitted as per send address. IS there is any way to check that?

Re: Problem with converting arduino SPI into IDF

Posted: Wed May 20, 2020 1:12 pm
by Sprite
Yes. You take a scope or LA and stick it on the SPI pins and see if that looks correct.