Sergey Suloev
Sergey Suloev
Not working out of box ------------- Received ESP bootup event [ 9.221501] EVENT: 3 [ 9.223731] EVENT: 2 [ 9.225953] EVENT: 0 [ 9.228153] EVENT: 4 [ 9.230373] EVENT: 1...
> Are External Pull ups connected? I am using SPI protocol, do I still need pull-ups ?
> Nope For SPI no pull-ups required. for stable CS operation you can apply on CS, but it is not mandatory. Can you first test raw throughput? this will make...
> @sergey-suloev the default speed of SPI is 25Mhz if I recall correctly, and 50Mhz for SDIO. It is next to impossible to debug as there are many transmission errors....
> I was only able to process bootup events with SPI mode 0. I have no idea why the driver sets it to 2 - there is no communication at...
> > > @sergey-suloev the default speed of SPI is 25Mhz if I recall correctly, and 50Mhz for SDIO. It is next to impossible to debug as there are many...
> > > > > > > > > I was only able to process bootup events with SPI mode 0. I have no idea why the driver sets it...
I would really appreciate if you guys explain how to build correctly the "SPI-only" firmware.
@mantriyogesh could you explain, please, how I can rebuild the "SPI-only" firmware to allow the raw throughput test ?
@mantriyogesh I verified both irq handlers by adding simple logs, they both appear to work correctly Changing SPI clock doesn't do any effect on my system, the error persists.