Syslink Communication
Posted: Fri Jul 31, 2015 7:29 am
I'm installing NuttX on the STM32F405 and try to read the syslink communication packets that are sent from the NRF.
I found your document on the protocol. However what I receive has not this form at all.
Is one package consisting of START,TYPE,LEN, DATA, CKSUM or are these blocks send individually?
What I receive are messages consisting of [3,4,3,12] bytes repeatedly, so something like this
3bytes,4bytes,3bytes,12bytes,3bytes,4bytes,3bytes,12bytes,3bytes,4bytes,3bytes,12bytes,3bytes,4bytes,3bytes,12bytes
I found your document on the protocol. However what I receive has not this form at all.
Is one package consisting of START,TYPE,LEN, DATA, CKSUM or are these blocks send individually?
What I receive are messages consisting of [3,4,3,12] bytes repeatedly, so something like this
3bytes,4bytes,3bytes,12bytes,3bytes,4bytes,3bytes,12bytes,3bytes,4bytes,3bytes,12bytes,3bytes,4bytes,3bytes,12bytes