ST67W6X Network Driver porting to another processor
We have successfully tested the ST67W6X Network Driver CLI example on a NUCLEO-U575ZI-Q with X-NUCLEO-67W61M1 development boards.
We would like to port the example to an STM32F746.
However, this is not simple due to the tight timing constraints required by the ST67W6x - e.g. the examples utilise the advanced SPI DMA available in the STM32U5xx family.
Searching the internet shows other developers noticing dropped data on other processors. There are also reports that the following requirements must be met:
- Respond within ~30us of SPI_RDY going high
- No breaks of more than ~2-3us in the DMA while streaming the SPI data.
Do you have an example port for the STM32F746? Or at least on a processor with similar limited DMA capabilities?
