User's Manual
Table Of Contents
{
m_radio_active_flag=0;
nrf_gpio_pin_set(PIN_5518CTR);//pin 20
err_code = app_timer_start(m_apps_timer_id, APP_TIMER_TICKS(10,
APP_TIMER_PRESCALER) , NULL);//app_timer 10ms
APP_ERROR_CHECK(err_code);
}
if(apptimer_timeout_flag)//disable PA
{
apptimer_timeout_flag=0;
nrf_gpio_pin_clear(PIN_5518CTR);
}
power_manage();
}
}
HW debug and flash programming of Module:
The Module support the two pin Serial Wire Debug (SWD) interface and offers flexible and powerful
mechanism for non-intrusive debugging of program code. Breakpoints, single stepping, and
instruction trace capture of code execution flow are part of this support.
Pin Flash Program interface
SWDIO Debug and flash programming I/O
SWCLK Debug and flash programming I/O
This is the hardware debug and flash programming of module, J-Link Lite support, please refer
www.segger.com
.
COPYRIGHT ©2016 ALL RIGHTS RESERVED XunTong Tech TEL: +86 755 26675941 E-mail: nrf@freqchina.com
7