One question by the way someone asked me recently - can NuttX SPI Slave
work in DMA mode? :-)
--
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
We just upstreamed a general SPI master/slave solution you can use directly
or as a reference:
https://github.com/apache/nuttx/blob/master/drivers/rpmsg/rpmsg_port.c
https://github.com/apache/nuttx/blob/master/drivers/rpmsg/rpmsg_port_spi.c
https://github.com/apache/nuttx/blob/master/drivers/rpmsg/
The right way to implement an event-driven application - SPI SLAVE Hello
everyone, in the last few weeks I have been developing a solution in
esp32c6 that communicates with another mcu from an SPI, the application I
am developing is an spi slave. Up until now, my application has been
executing read
https://github.com/apache/nuttx-apps/pull/2722
--
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
Of course, in addition to Linux-capable, they list Zephyr RTOS... NuttX
should totally work on this chip!
On Mon, Oct 14, 2024 at 10:33 AM Sebastien Lorquet
wrote:
> Looks like a cool chip, have a look:
>
>
> https://ww1.microchip.com/downloads/aemDocuments/documents/MPU64/ProductDocuments/Broch
Looks like a cool chip, have a look:
https://ww1.microchip.com/downloads/aemDocuments/documents/MPU64/ProductDocuments/Brochures/PIC64GX-Product-Family-5500.pdf
Sebastien