Keil build failed with undefined symbol nrf52_handle_approtect

I use Keil to build nRF5_SDK_16.0.0\examples\dfu\secure_bootloader\pca10040_s132_ble\arm5_no_packs. But it failed to build with  undefined symbol nrf52_handle_approtect. And I can't find nrf52_handle_approtect() function definition in nRF5_SDK_16.0.0 source code.

Parents Reply
  • The following is log messages of J-Link RTT Viewer.

    LOG: J-Link RTT Viewer V7.68c: Logging started.
    LOG: Terminal 0 added.
    LOG: Connecting to J-Link via USB...
    LOG: Device "NRF52832_XXAA" selected.
    LOG: InitTarget() start
    LOG: InitTarget() end
    LOG: Found SW-DP with ID 0x2BA01477
    LOG: DAP error while determining CoreSight SoC version
    LOG: InitTarget() start
    LOG: InitTarget() end
    LOG: Found SW-DP with ID 0x2BA01477
    LOG: DPIDR: 0x2BA01477
    LOG: CoreSight SoC-400 or earlier
    LOG: Scanning AP map to find all available APs
    LOG: AP[2]: Stopped AP scan as end of AP map has been reached
    LOG: AP[0]: AHB-AP (IDR: 0x24770011)
    LOG: AP[1]: JTAG-AP (IDR: 0x02880000)
    LOG: Iterating through AP map to find AHB-AP to use
    LOG: AP[0]: Core found
    LOG: AP[0]: AHB-AP ROM base: 0xE00FF000
    LOG: CPUID register: 0x410FC241. Implementer code: 0x41 (ARM)
    LOG: Found Cortex-M4 r0p1, Little endian.
    LOG: FPUnit: 6 code (BP) slots and 2 literal slots
    LOG: CoreSight components:
    LOG: ROMTbl[0] @ E00FF000
    LOG: RTT Viewer connected.

Children
Related