Replies: 3 comments
-
Hi phemidal, Have you solve this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
HI, I'm facing the same issue... Has anyone managed to solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Greetings everyone, I am experiencing the same problem. I can't understand what's causing this problem. If anyone finds a solution, I look forward to your help. Thanks. |
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
-
Hi,
I work on a custom board with a SX1262 transceiver and a STM32F429 MCU. I ported all functions for the MCU and tried to run the "periodic-uplink-lpp" example but it stucks in LmHandlerInit().
After the call to Radio.Sleep() in the function LoRaMacInitialization() the BUSY pin goes 500ns after the rising edge from NSS from low to high as it is stated in the datasheet.
The SX126xCheckDeviceReady() function tries to wakeup the transceiver but the BUSY pin stays high after toggling the NSS pin (i tried different durations from 150 microseconds to 100 milliseconds, with and without a spi transfer after 150 microseconds with the bytes [RADIO_GET_STATUS, 0x00]).
The IRQ pin also stays low. Does somebody observed the same behaviour and knows a way to fix it?
Beta Was this translation helpful? Give feedback.
All reactions