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
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
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
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
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