Hello,
I'm running 14.2 on an RPi3 (BCM2837), I'd like to interface with a custom board via SPI wired to SPI0 (/dev/spigen0.0).
The board uses GPIO8 for CS and can generate an IRQ on GPIO17. The IRQ could be used to trigger data transfer.
How do I get spigen to use GPIO8 for CS?
I'd like to service this board from userland with a high priority RT handler thread waiting on IRQ. How can I do this in FreeBSD?
Thanks,
I'm running 14.2 on an RPi3 (BCM2837), I'd like to interface with a custom board via SPI wired to SPI0 (/dev/spigen0.0).
The board uses GPIO8 for CS and can generate an IRQ on GPIO17. The IRQ could be used to trigger data transfer.
How do I get spigen to use GPIO8 for CS?
I'd like to service this board from userland with a high priority RT handler thread waiting on IRQ. How can I do this in FreeBSD?
Thanks,

