Replies: 1 comment
-
This looks to be a porting issue to a new platform. Not being able to observe the issue it is hard to debug and help you as I am not able to reproduce the issues you are observing myself. The tasks I would do to understand what is going one are:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
got stuck with some strange problem. After sending JoinRequest (join is accepted by the network server), I observe interrupts on the DIO1 line every 10 milliseconds.
We checked SPI communication - signals look good on an oscilloscope. Poorman's bit-banging implementation gives exactly the same result. The logic analyzer shows that data transmitted on SPI lines match the logs.
Anomaly detected: SPI transmission starts a way late after putting NSS down, still subject to investigation.
EVK: SX1262MB1DAS (also tried SX1262MB1CAS)
MCU: BL706 (RISC-V)
Excerpt from the logs
It looks like we are hanging in the loop here
Full log:
https://drive.google.com/file/d/1_VCCP30sow-QS1OxxPvKw6PrI2N1edyq/view?usp=share_link
LA DSView data:
https://drive.google.com/file/d/1ZB5-zN6_H6RxC__M3n38mU_9s-_DO7kO/view?usp=share_link
Beta Was this translation helpful? Give feedback.
All reactions