Replies: 1 comment 1 reply
-
Could you please take a look at v5.0.0-branch? In the future it would be nice if you could post this kind of questions on the project Discussions tab. It is a better place to engage discussions and then we can agree if it is an issue or not. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SX1272/SX1276 has "Write/Read Buffer" code, which calls SpiInOut AND manually controls NSS. May be better way is controlling NSS into SpiInOut function?
I adapt SX1272/SX1276 code for using on a custom linux board with many /dev/spidevX.Y devices, and NSS control granted to the kernel. I call individual SPI transmitting (ioctl(..., SPI_IOC_MESSAGE(1), ...) in each SpiInOut calling. So I have to edit sx1272.c/sx1276.c to merge several calls SpiInOut to one, for holding NSS active while transmitting is active.
Beta Was this translation helpful? Give feedback.
All reactions