Re: ESP32 - How use SPI Slave

2024-08-29 Thread Felipe Moura Oliveira
Hello All, I cannot make spi slave work yet. I am using esp32c6, I think that I believe I found an issue in esp32c6 slave driver and nuttx slave driver too. However I want to solve one thing at a time, so I opened an issue related to esp32. Maybe you can follow the topic, because if we get to a pr

Re: ESP32 - How use SPI Slave

2024-08-28 Thread michal . lyszczek
On 2024-08-28 15:48:10, Felipe Moura Oliveira wrote: > Hello All, > > Following Gustavo instructions I was able to see it working several commits > before master. > I will open a github issue, maybe more people can look it and help us to > solve. If you have working hash, then please do "git bisec

Re: ESP32 - How use SPI Slave

2024-08-28 Thread Felipe Moura Oliveira
Hello All, Following Gustavo instructions I was able to see it working several commits before master. I will open a github issue, maybe more people can look it and help us to solve. Em qua., 28 de ago. de 2024 às 13:11, Felipe Moura Oliveira < moura@gmail.com> escreveu: > Yes Alan. > > I st

Re: ESP32 - How use SPI Slave

2024-08-28 Thread Felipe Moura Oliveira
Yes Alan. I started testing with 1 MHz and dropped the speed to check. *are you sure that clock rising/falling edges are configured correctly for mosi/miso read/write requirements? *Yes I check it properly. Em qua., 28 de ago. de 2024 às 12:48, Alan C. Assis escreveu: > Hi Tomek, > > As you c

Re: ESP32 - How use SPI Slave

2024-08-28 Thread Alan C. Assis
Hi Tomek, As you can see in the signal wave screenshots, he is using 100Hz, which is already too slow for SPI. BR, Alan On Wed, Aug 28, 2024 at 12:15 PM Tomek CEDRO wrote: > are you sure that clock rising/falling edges are configured correctly for > mosi/miso read/write requirements? > > have