I’m getting started with Cyphal and am not sure where to begin. I have an embedded application in mind where I would like the protocol to run over an SPI hardware layer. The implementation will be in C. Is this possible using Cyphal? Any suggestions would be welcome.
The currently supported transport layers are CAN, Serial (UART, RS232, etc) and UDP (Ethernet). I’m not sure I’ve seen anything done with SPI as the transport on here, but its probably something you could make, took a look at this thread.
I’ll let more experienced people than I weigh in on that.