I have my development board nrf52 PcA10036 and I am trying to run a ble basic example. I started using the blinking program and it works without problem, therefore i got full communication with the board.
Then i continue with the following steps.
-
Install S132 softdevice using nRFgo Studio (file nRF52_SDK_0.9.2_dbc28c9/components/softdevice/s132/hex/s132_nrf52_1.0.0-3.alpha_softdevice.hex)
-
No errors
-
Open an example using uVision Keil Software and selected target as flash_s132_nrf52_1.0.0-3.alphasoftdevice
Load. Load "..\\..\\..\\..\\..\\..\\components\\softdevice\\s132\\hex\\s132_nrf52_1.0.0-3.alpha_softdevice.hex" Set JLink Project File to "C:\Program Files (x86)\Nordic Semiconductor\nRF52_SDK_0.9.2_dbc28c9\examples\ble_peripheral\ble_app_beacon\ pca10036\s132\arm5_no_packs\JLinkSettings.ini"
* JLink Info: Device "NRF52832_XXAA" selected. JLink info:
------------ DLL: V4.98c, compiled Apr 23 2015 20:21:50 Firmware: J-Link OB-SAM3U128-V2-NordicSemi compiled Apr 23 2015 19:13:52 Hardware: V1.00 S/N : 682844085
* JLink Info: Found SWD-DP with ID 0x2BA01477
* JLink Info: Found Cortex-M4 r0p1, Little endian.
* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
* JLink Info: CoreSight components:
* JLink Info: ROMTbl 0 @ E00FF000
* JLink Info: ROMTbl 0 [0]: FFF0F000, CID: B105E00D, PID: 000BB00C SCS
* JLink Info: ROMTbl 0 [1]: FFF02000, CID: B105E00D, PID: 003BB002 DWT
* JLink Info: ROMTbl 0 [2]: FFF03000, CID: B105E00D, PID: 002BB003 FPB
* JLink Info: ROMTbl 0 [3]: FFF01000, CID: B105E00D, PID: 003BB001 ITM
* JLink Info: ROMTbl 0 [4]: FFF41000, CID: B105900D, PID: 000BB925 ETM
* JLink Info: ROMTbl 0 [5]: FFF42000, CID: B105900D, PID: 003BB923 TPIU-Lite
* JLink Info: ROMTbl 0 [6]: F0000000, CID: 00000000, PID: 00000000 ??? ROMTableAddr = 0xE00FF003 Target info:
------------ Device: nRF52832_xxAA VTarget = 3.300V State of Pins: TCK: 0, TDI: 1, TDO: 0, TMS: 1, TRES: 1, TRST: 1 Hardware-Breakpoints: 6 Software-Breakpoints: 8192 Watchpoints: 4 JTAG speed: 1000 kHz Erase Done. Programming Done. Verify OK. Application running ... Flash Load finished at 15:28:46 Load "..\\..\\..\\..\\..\\..\\components\\softdevice\\s132\\hex\\s132_nrf52_1.0.0-3.alpha_softdevice.hex" Set JLink Project File to "C:\Program Files (x86)\Nordic Semiconductor\nRF52_SDK_0.9.2_dbc28c9\examples\ble_peripheral\ble_app_beacon\pca10036\s132\arm5_no_packs\JLinkSettings.ini"
* JLink Info: Device "NRF52832_XXAA" selected. JLink info:
------------ DLL: V4.98c, compiled Apr 23 2015 20:21:50 Firmware: J-Link OB-SAM3U128-V2-NordicSemi compiled Apr 23 2015 19:13:52 Hardware: V1.00 S/N : 682844085
* JLink Info: Found SWD-DP with ID 0x2BA01477
* JLink Info: Found Cortex-M4 r0p1, Little endian.
* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
* JLink Info: CoreSight components:
* JLink Info: ROMTbl 0 @ E00FF000
* JLink Info: ROMTbl 0 [0]: FFF0F000, CID: B105E00D, PID: 000BB00C SCS
* JLink Info: ROMTbl 0 [1]: FFF02000, CID: B105E00D, PID: 003BB002 DWT
* JLink Info: ROMTbl 0 [2]: FFF03000, CID: B105E00D, PID: 002BB003 FPB
* JLink Info: ROMTbl 0 [3]: FFF01000, CID: B105E00D, PID: 003BB001 ITM
* JLink Info: ROMTbl 0 [4]: FFF41000, CID: B105900D, PID: 000BB925 ETM
* JLink Info: ROMTbl 0 [5]: FFF42000, CID: B105900D, PID: 003BB923 TPIU-Lite
* JLink Info: ROMTbl 0 [6]: F0000000, CID: 00000000, PID: 00000000 ??? ROMTableAddr = 0xE00FF003 Target info:
------------ Device: nRF52832_xxAA VTarget = 3.300V State of Pins: TCK: 0, TDI: 1, TDO: 0, TMS: 1, TRES: 1, TRST: 1 Hardware-Breakpoints: 6 Software-Breakpoints: 8192 Watchpoints: 4 JTAG speed: 1000 kHz Erase Done. Programming Done. Verify OK. Application running ... Flash Load finished at 16:10:13
- I try to locate the board using my smart phone with the app nRF Master Contrl Panel but i can not discover it. I am starting to be frustrated because i read all this blog, help, and tutorial and i am pretty sure with my procedure.
If any have ideas be my guest.
Best regards, Jorge Reyes