This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

About TPS62730 mounted on RF430F5978EVM

Other Parts Discussed in Thread: TPS62730

Hello,

About TPS62730 mounted on RF430F5978EVM.

Where is the ON/BYP pin of TPS62730 connected?

www.ti.com/.../slru007.pdf

Best regards,

Seishin

  • in global.h firmware reference file it (BYPASS) is defined as P2.2

    #define BYPASS                   BIT2
    #define BYPASS_OFF          P2OUT |= BIT2
    #define BYPASS_ON            P2OUT &= ~BIT2