礦ision Build Log
Project:
C:\nRF51\5.青云测试代码\第1部分:外设应用篇\复件 实验4:按键中断\user\key.uvproj
Project File Date: 05/02/2015
Output:
Build target 'Target 1'
compiling exit.c...
..\drive\exit.c(9): warning: #188-D: enumerated type mixed with another type
nrf_gpio_cfg_input(KEY_1,GPIO_PIN_CNF_PULL_Pullup); //设置管脚位上拉输入
..\drive\exit.c(10): warning: #188-D: enumerated type mixed with another type
nrf_gpio_cfg_input(KEY_2,GPIO_PIN_CNF_PULL_Pullup);
..\drive\exit.c(11): warning: #188-D: enumerated type mixed with another type
nrf_gpio_cfg_input(KEY_3,GPIO_PIN_CNF_PULL_Pullup);
..\drive\exit.c(12): warning: #188-D: enumerated type mixed with another type
nrf_gpio_cfg_input(KEY_4,GPIO_PIN_CNF_PULL_Pullup);
..\drive\exit.c: 4 warnings, 0 errors
linking...
Program Size: Code=956 RO-data=224 RW-data=4 ZI-data=4196
".\key.axf" - 0 Error(s), 4 Warning(s).
Load "C:\\nRF51\\5.青云测试代码\\第1部分:外设应用篇\\复件 实验4:按键中断\\user\\key.axf"
* JLink Info: Device "NRF51822" selected (256 KB flash, 8 KB RAM).
Set JLink Project File to "C:\nRF51\5.青云测试代码\第1部分:外设应用篇\复件 实验4:按键中断\user\JLinkSettings.ini"
* JLink Info: Device "NRF51822" selected (256 KB flash, 8 KB RAM).
JLink info:
------------
DLL: V4.60a, compiled Jan 16 2013 17:15:30
Firmware: J-Link ARM-OB STM32 compiled Aug 22 2012 19:52:04
Hardware: V7.00
S/N : 20090928
Feature(s) : RDI,FlashDL,FlashBP,JFlash,GDBFull
* JLink Info: Found SWD-DP with ID 0x0BB11477
* JLink Info: FPUnit: 4 code (BP) slots and 0 literal slots
* JLink Info: Found Cortex-M0 r0p0, Little endian.
ROMTableAddr = 0xE00FF003
Target info:
------------
Device: nRF51822_xxAA
VTarget = 3.300V
State of Pins:
TCK: 0, TDI: 0, TDO: 1, TMS: 0, TRES: 1, TRST: 1
Hardware-Breakpoints: 4
Software-Breakpoints: 8192
Watchpoints: 2
JTAG speed: 2000 kHz
Erase Done.
Programming Done.
Verify OK.
Application running ...