Skip to content

How to manage the TCXO in a custom board (EFR32BG21) #1082

Answered by mluis1
lucaspeixotot asked this question in Q&A
Discussion options

You must be logged in to vote

The TCXO management takes place at radio driver.

The easiest and recommended way to manage the TCXO using a SX126x radio is to let the radio do it automatically.
Please look at sx1262mbxdas-board.c file in order to see how it is done.

As you want to use a MCU pin to perform this task you can take inspiration from the B-L072Z-LRWAN1 platform and sx1276 driver.

The TCXO must be disabled after sending sleep operation mode command to the radio.
The TCXO must be enabled before sending any other operation mode command to the radio.

In order to achieve this goal the only files that require to be changed are:

  • sx126x-board.c
  • sx126x.c

In the future it would be nice if you could post this kind of …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@lucaspeixotot
Comment options

@mluis1
Comment options

@lucaspeixotot
Comment options

@mluis1
Comment options

Answer selected by lucaspeixotot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1080 on April 14, 2021 12:23.