2025-06-05 2:55 AM
For a project of mine, I wanted a LoRa Transceiver like (like the SX1262) to be controlled by a host application running on a STM32F4. I have a few STM32WLE5CCU6s lying around from a previous project, and was thinking if I could use them instead.
The SX1262 drivers are written in the host application, so I just need to access the actual transceiver's SPI and other signal lines.
I realize that the DEBUG option exposes critical pins like the SPI, NSS, RESET and BUSY. But are the DEBUG lines writeable or are they just for monitoring of signals?
Solved! Go to Solution.
2025-07-03 6:47 AM
Hello @MoralkaraLynn
Radio is controlled internally through SUBGHZSPI and, for debug purpose only, from the external. So, the exposed options are used only for Debug.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-07-03 6:47 AM
Hello @MoralkaraLynn
Radio is controlled internally through SUBGHZSPI and, for debug purpose only, from the external. So, the exposed options are used only for Debug.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.